#AEE450

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

Shades of Conifer #AEE450

Tints of Conifer #AEE450

Color information

#AEE450 (or 0xAEE450) is unknown color: approx Conifer. HEX triplet: AE, E4 and 50. RGB value is (174,228,80). Sum of RGB (Red+Green+Blue) = 174+228+80=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE450 is #511BAF. Grayscale: #C3C3C3. Windows color (decimal): -5315504 or 5301422. OLE color: 5301422.

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

Color convert

RGB17422880-
CMYK0.2400.650.11
HSL81.89º73.27%60.39%-
HSV(B)81.89º64.91%89.41%-
XYZ46.6565.0617.69-
YUV194.9863.11113.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 228 (89.45% from 255) = 47.30%
BLUE value IS 80 (31.64% from 255) = 16.60%
R=36.10%
G=47.30%
B=16.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174228800.2400.650.1181.8973.2760.39
HexAEE45018041B52493c
Octal2563441203001011312211174
Binary101011101110010010100001100001000001101110100101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE450; }

 p { color: rgb(174,228,80); }

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

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

 a { background-color: rgb(174,228,80); }

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

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

 span { border-color: rgb(174,228,80); }

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