#AEED66

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

Shades of Conifer #AEED66

Tints of Conifer #AEED66

Color information

#AEED66 (or 0xAEED66) is unknown color: approx Conifer. HEX triplet: AE, ED and 66. RGB value is (174,237,102). Sum of RGB (Red+Green+Blue) = 174+237+102=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED66 is #511299. Grayscale: #CBCBCB. Windows color (decimal): -5313178 or 6745518. OLE color: 6745518.

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

Color convert

RGB174237102-
CMYK0.2700.570.07
HSL88º78.95%66.47%-
HSV(B)88º56.96%92.94%-
XYZ50.1470.5323.54-
YUV202.7771.13107.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 102 (40.23% from 255) = 19.88%
R=33.92%
G=46.20%
B=19.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371020.2700.570.078878.9566.47
HexAEED661B0397584f42
Octal256355146330717130117102
Binary10101110111011011100110110110111001111101100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED66; }

 p { color: rgb(174,237,102); }

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

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

 a { background-color: rgb(174,237,102); }

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

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

 span { border-color: rgb(174,237,102); }

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