Html Css Color HEX #AAE044 Conifer

📋 copy color: '#AAE044'

red 170 ◦ green 224 ◦ blue 68

#AAE044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AAE044

Tints of Conifer #AAE044

RGB

 RED value IS 170 (66.8% from 255) = 36.8%

 GREEN value IS 224 (87.89% from 255) = 48.48%

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 36.8%
G = 48.48%
B = 14.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#AAE044 (or 0xAAE044) is known color: Conifer. HEX triplet: AA, E0 and 44. RGB value is (170,224,68). Sum of RGB (Red+Green+Blue) = 170+224+68=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE044 is #551FBB. Grayscale: #BEBEBE. Windows color (decimal): -5578684 or 4513962. OLE color: 4513962.

HSL color Cylindrical-coordinate representation of color #AAE044: hue angle of 80.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE044 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 68 -
CMYK 0.24 0 0.70 0.12
HSL 80.77º 0.72% 0.57% -
HSV(B) 80.77º 0.7% 0.88% -
XYZ 44.28 62.27 15.16 -
YUV 190.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 170 224 68 0.24 0 0.70 0.12 80.77 0.72 0.57
Hex AA E0 44 18 0 46 C 51 48 39
Octal 252 340 104 30 0 106 14 121 110 71
Binary 10101010 11100000 1000100 11000 0 1000110 1100 1010001 1001000 111001

Color Harmonies of #AAE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE044

Black with #AAE044

Text Example


Text Example

White with #AAE044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE044; }

 p { color: rgb(170,224,68); }

 H1.HeaderClassName
 {
   color: #AAE044;
 }
 .AnyTagClassName
 {
   color: #AAE044;
 }
</style>

background-color css

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

 a { background-color: rgb(170,224,68); }

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

border-color css

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

 span { border-color: rgb(170,224,68); }

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