Html Css Color HEX #AAE04D Conifer

📋 copy color: '#AAE04D'

red 170 ◦ green 224 ◦ blue 77

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

Shades of Conifer #AAE04D

Tints of Conifer #AAE04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 36.09%
G = 47.56%
B = 16.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#AAE04D (or 0xAAE04D) is known color: Conifer. HEX triplet: AA, E0 and 4D. RGB value is (170,224,77). Sum of RGB (Red+Green+Blue) = 170+224+77=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE04D is #551FB2. Grayscale: #BFBFBF. Windows color (decimal): -5578675 or 5103786. OLE color: 5103786.

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

Color convert

RGB 170 224 77 -
CMYK 0.24 0 0.66 0.12
HSL 82.04º 0.7% 0.59% -
HSV(B) 82.04º 0.66% 0.88% -
XYZ 44.57 62.39 16.72 -
YUV 191.1 63.61 112.95 -
System Red Green Blue C M Y K H S L
Decimal 170 224 77 0.24 0 0.66 0.12 82.04 0.7 0.59
Hex AA E0 4D 18 0 42 C 52 46 3B
Octal 252 340 115 30 0 102 14 122 106 73
Binary 10101010 11100000 1001101 11000 0 1000010 1100 1010010 1000110 111011

Color Harmonies of #AAE04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE04D

Black with #AAE04D

Text Example


Text Example

White with #AAE04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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