#AAE168

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

Shades of Conifer #AAE168

Tints of Conifer #AAE168

Color information

#AAE168 (or 0xAAE168) is unknown color: approx Conifer. HEX triplet: AA, E1 and 68. RGB value is (170,225,104). Sum of RGB (Red+Green+Blue) = 170+225+104=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE168 is #551E97. Grayscale: #C3C3C3. Windows color (decimal): -5578392 or 6873514. OLE color: 6873514.

HSL color Cylindrical-coordinate representation of color #AAE168: hue angle of 87.27º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE168 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB170225104-
CMYK0.2400.540.12
HSL87.27º66.85%64.51%-
HSV(B)87.27º53.78%88.24%-
XYZ4663.422.91-
YUV194.7676.78110.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=34.07%
G=45.09%
B=20.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251040.2400.540.1287.2766.8564.51
HexAAE16818036C574341
Octal2523411503006614127103101
Binary101010101110000111010001100001101101100101011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE168; }

 p { color: rgb(170,225,104); }

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

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

 a { background-color: rgb(170,225,104); }

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

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

 span { border-color: rgb(170,225,104); }

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