Html Css Color HEX #AAD44E Conifer

📋 copy color: '#AAD44E'

red 170 ◦ green 212 ◦ blue 78

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

Shades of Conifer #AAD44E

Tints of Conifer #AAD44E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

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

R = 36.96%
G = 46.09%
B = 16.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#AAD44E (or 0xAAD44E) is known color: Conifer. HEX triplet: AA, D4 and 4E. RGB value is (170,212,78). Sum of RGB (Red+Green+Blue) = 170+212+78=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD44E is #552BB1. Grayscale: #B8B8B8. Windows color (decimal): -5581746 or 5166250. OLE color: 5166250.

HSL color Cylindrical-coordinate representation of color #AAD44E: hue angle of 78.81º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD44E is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 78 -
CMYK 0.20 0 0.63 0.17
HSL 78.81º 0.61% 0.57% -
HSV(B) 78.81º 0.63% 0.83% -
XYZ 41.5 56.18 15.87 -
YUV 184.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 170 212 78 0.20 0 0.63 0.17 78.81 0.61 0.57
Hex AA D4 4E 14 0 3F 11 4F 3D 39
Octal 252 324 116 24 0 77 21 117 75 71
Binary 10101010 11010100 1001110 10100 0 111111 10001 1001111 111101 111001

Color Harmonies of #AAD44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD44E

Black with #AAD44E

Text Example


Text Example

White with #AAD44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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