#AEEE55

Color #AEEE55 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AEEE55

Tints of Conifer #AEEE55

Color information

#AEEE55 (or 0xAEEE55) is unknown color: approx Conifer. HEX triplet: AE, EE and 55. RGB value is (174,238,85). Sum of RGB (Red+Green+Blue) = 174+238+85=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEE55 is #5111AA. Grayscale: #C9C9C9. Windows color (decimal): -5312939 or 5631662. OLE color: 5631662.

HSL color Cylindrical-coordinate representation of color #AEEE55: hue angle of 85.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEEE55 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB17423885-
CMYK0.2700.640.07
HSL85.1º81.82%63.33%-
HSV(B)85.1º64.29%93.33%-
XYZ49.6770.819.64-
YUV201.4262.3108.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 238 (93.36% from 255) = 47.89%
BLUE value IS 85 (33.59% from 255) = 17.10%
R=35.01%
G=47.89%
B=17.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174238850.2700.640.0785.181.8263.33
HexAEEE551B040755523f
Octal256356125330100712512277
Binary10101110111011101010101110110100000011110101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEE55; }

 p { color: rgb(174,238,85); }

 H1.HeaderClassName
 {
   color: #AEEE55;
 }
 .AnyTagClassName
 {
   color: #AEEE55;
 }
</style>
background-color css

<style>
 a { background-color: #AEEE55; }

 a { background-color: rgb(174,238,85); }

 div.DivClassName
 {
   background-color: #AEEE55;
 }
 .BgClassName
 {
   background-color: #AEEE55;
 }
</style>
border-color css

<style>
 span { border-color: #AEEE55; }

 span { border-color: rgb(174,238,85); }

 td.TdClassName
 {
   border-color: #AEEE55;
 }
 .TagClassName
 {
   border-color: #AEEE55;
 }
</style>