#AEE169

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

Shades of Conifer #AEE169

Tints of Conifer #AEE169

Color information

#AEE169 (or 0xAEE169) is unknown color: approx Conifer. HEX triplet: AE, E1 and 69. RGB value is (174,225,105). Sum of RGB (Red+Green+Blue) = 174+225+105=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE169 is #511E96. Grayscale: #C4C4C4. Windows color (decimal): -5316247 or 6939054. OLE color: 6939054.

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

Color convert

RGB174225105-
CMYK0.2300.530.12
HSL85.5º66.67%64.71%-
HSV(B)85.5º53.33%88.24%-
XYZ46.9363.8723.22-
YUV196.0776.6112.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=34.52%
G=44.64%
B=20.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251050.2300.530.1285.566.6764.71
HexAEE16917035C564341
Octal2563411512706514126103101
Binary101011101110000111010011011101101011100101011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE169; }

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

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

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

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

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

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

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

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