Html Css Color HEX #AAE048 Conifer

📋 copy color: '#AAE048'

red 170 ◦ green 224 ◦ blue 72

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

Shades of Conifer #AAE048

Tints of Conifer #AAE048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 36.48%
G = 48.07%
B = 15.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#AAE048 (or 0xAAE048) is known color: Conifer. HEX triplet: AA, E0 and 48. RGB value is (170,224,72). Sum of RGB (Red+Green+Blue) = 170+224+72=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE048 is #551FB7. Grayscale: #BFBFBF. Windows color (decimal): -5578680 or 4776106. OLE color: 4776106.

HSL color Cylindrical-coordinate representation of color #AAE048: hue angle of 81.32º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE048 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 72 -
CMYK 0.24 0 0.68 0.12
HSL 81.32º 0.71% 0.58% -
HSV(B) 81.32º 0.68% 0.88% -
XYZ 44.4 62.33 15.82 -
YUV 190.53 61.11 113.36 -
System Red Green Blue C M Y K H S L
Decimal 170 224 72 0.24 0 0.68 0.12 81.32 0.71 0.58
Hex AA E0 48 18 0 44 C 51 47 3A
Octal 252 340 110 30 0 104 14 121 107 72
Binary 10101010 11100000 1001000 11000 0 1000100 1100 1010001 1000111 111010

Color Harmonies of #AAE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE048

Black with #AAE048

Text Example


Text Example

White with #AAE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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