#AEE96B

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

Shades of Conifer #AEE96B

Tints of Conifer #AEE96B

Color information

#AEE96B (or 0xAEE96B) is unknown color: approx Conifer. HEX triplet: AE, E9 and 6B. RGB value is (174,233,107). Sum of RGB (Red+Green+Blue) = 174+233+107=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE96B is #511694. Grayscale: #C9C9C9. Windows color (decimal): -5314197 or 7072174. OLE color: 7072174.

HSL color Cylindrical-coordinate representation of color #AEE96B: hue angle of 88.1º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEE96B is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB174233107-
CMYK0.2500.540.09
HSL88.1º74.12%66.67%-
HSV(B)88.1º54.08%91.37%-
XYZ49.2568.3424.5-
YUV200.9974.95108.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 107 (42.19% from 255) = 20.82%
R=33.85%
G=45.33%
B=20.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742331070.2500.540.0988.174.1266.67
HexAEE96B190369584a43
Octal2563511533106611130112103
Binary101011101110100111010111100101101101001101100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE96B; }

 p { color: rgb(174,233,107); }

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

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

 a { background-color: rgb(174,233,107); }

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

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

 span { border-color: rgb(174,233,107); }

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