Html Css Color HEX #AAD24E Conifer

📋 copy color: '#AAD24E'

red 170 ◦ green 210 ◦ blue 78

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

Shades of Conifer #AAD24E

Tints of Conifer #AAD24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.85%

 BLUE value IS 78 (30.86% from 255) = 17.03%

R = 37.12%
G = 45.85%
B = 17.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#AAD24E (or 0xAAD24E) is known color: Conifer. HEX triplet: AA, D2 and 4E. RGB value is (170,210,78). Sum of RGB (Red+Green+Blue) = 170+210+78=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD24E is #552DB1. Grayscale: #B7B7B7. Windows color (decimal): -5582258 or 5165738. OLE color: 5165738.

HSL color Cylindrical-coordinate representation of color #AAD24E: hue angle of 78.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD24E is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 78 -
CMYK 0.19 0 0.63 0.18
HSL 78.18º 0.59% 0.56% -
HSV(B) 78.18º 0.63% 0.82% -
XYZ 41 55.19 15.7 -
YUV 182.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 170 210 78 0.19 0 0.63 0.18 78.18 0.59 0.56
Hex AA D2 4E 13 0 3F 12 4E 3B 38
Octal 252 322 116 23 0 77 22 116 73 70
Binary 10101010 11010010 1001110 10011 0 111111 10010 1001110 111011 111000

Color Harmonies of #AAD24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD24E

Black with #AAD24E

Text Example


Text Example

White with #AAD24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD24E; }

 p { color: rgb(170,210,78); }

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

background-color css

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

 a { background-color: rgb(170,210,78); }

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

border-color css

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

 span { border-color: rgb(170,210,78); }

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