#AEE03D

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

Shades of Conifer #AEE03D

Tints of Conifer #AEE03D

Color information

#AEE03D (or 0xAEE03D) is unknown color: approx Conifer. HEX triplet: AE, E0 and 3D. RGB value is (174,224,61). Sum of RGB (Red+Green+Blue) = 174+224+61=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE03D is #511FC2. Grayscale: #BFBFBF. Windows color (decimal): -5316547 or 4055214. OLE color: 4055214.

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

Color convert

RGB17422461-
CMYK0.2200.730.12
HSL78.4º72.44%55.88%-
HSV(B)78.4º72.77%87.84%-
XYZ44.9562.6514.14-
YUV190.4754.94116.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 61 (24.22% from 255) = 13.29%
R=37.91%
G=48.80%
B=13.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174224610.2200.730.1278.472.4455.88
HexAEE03D16049C4e4838
Octal256340752601111411611070
Binary10101110111000001111011011001001001110010011101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE03D; }

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

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

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

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

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

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

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

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