#AEE245

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

Shades of Conifer #AEE245

Tints of Conifer #AEE245

Color information

#AEE245 (or 0xAEE245) is unknown color: approx Conifer. HEX triplet: AE, E2 and 45. RGB value is (174,226,69). Sum of RGB (Red+Green+Blue) = 174+226+69=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE245 is #511DBA. Grayscale: #C1C1C1. Windows color (decimal): -5316027 or 4580014. OLE color: 4580014.

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

Color convert

RGB17422669-
CMYK0.2300.690.11
HSL79.87º73.02%57.84%-
HSV(B)79.87º69.47%88.63%-
XYZ45.7363.8215.54-
YUV192.5558.27114.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=37.10%
G=48.19%
B=14.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174226690.2300.690.1179.8773.0257.84
HexAEE24517045B50493a
Octal2563421052701051312011172
Binary101011101110001010001011011101000101101110100001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE245; }

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

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

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

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

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

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

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

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