#AEE166

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

Shades of Conifer #AEE166

Tints of Conifer #AEE166

Color information

#AEE166 (or 0xAEE166) is unknown color: approx Conifer. HEX triplet: AE, E1 and 66. RGB value is (174,225,102). Sum of RGB (Red+Green+Blue) = 174+225+102=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE166 is #511E99. Grayscale: #C4C4C4. Windows color (decimal): -5316250 or 6742446. OLE color: 6742446.

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

Color convert

RGB174225102-
CMYK0.2300.550.12
HSL84.88º67.21%64.12%-
HSV(B)84.88º54.67%88.24%-
XYZ46.7863.8122.42-
YUV195.7375.1112.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=34.73%
G=44.91%
B=20.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251020.2300.550.1284.8867.2164.12
HexAEE16617037C554340
Octal2563411462706714125103100
Binary101011101110000111001101011101101111100101010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE166; }

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

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

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

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

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

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

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

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