#AEE269

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

Shades of Conifer #AEE269

Tints of Conifer #AEE269

Color information

#AEE269 (or 0xAEE269) is unknown color: approx Conifer. HEX triplet: AE, E2 and 69. RGB value is (174,226,105). Sum of RGB (Red+Green+Blue) = 174+226+105=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE269 is #511D96. Grayscale: #C5C5C5. Windows color (decimal): -5315991 or 6939310. OLE color: 6939310.

HSL color Cylindrical-coordinate representation of color #AEE269: hue angle of 85.79º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEE269 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB174226105-
CMYK0.2300.540.11
HSL85.79º67.6%64.9%-
HSV(B)85.79º53.54%88.63%-
XYZ47.264.4123.31-
YUV196.6676.27111.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 105 (41.41% from 255) = 20.79%
R=34.46%
G=44.75%
B=20.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742261050.2300.540.1185.7967.664.9
HexAEE26917036B564441
Octal2563421512706613126104101
Binary101011101110001011010011011101101101011101011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE269; }

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

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

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

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

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

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

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

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