#AEE063

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

Shades of Conifer #AEE063

Tints of Conifer #AEE063

Color information

#AEE063 (or 0xAEE063) is unknown color: approx Conifer. HEX triplet: AE, E0 and 63. RGB value is (174,224,99). Sum of RGB (Red+Green+Blue) = 174+224+99=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE063 is #511F9C. Grayscale: #C3C3C3. Windows color (decimal): -5316509 or 6545582. OLE color: 6545582.

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

Color convert

RGB17422499-
CMYK0.2200.560.12
HSL84º66.84%63.33%-
HSV(B)84º55.8%87.84%-
XYZ46.3663.2121.56-
YUV194.873.94113.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=35.01%
G=45.07%
B=19.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174224990.2200.560.128466.8463.33
HexAEE06316038C54433f
Octal256340143260701412410377
Binary10101110111000001100011101100111000110010101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE063; }

 p { color: rgb(174,224,99); }

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

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

 a { background-color: rgb(174,224,99); }

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

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

 span { border-color: rgb(174,224,99); }

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