Html Css Color HEX #AAD84A Conifer

📋 copy color: '#AAD84A'

red 170 ◦ green 216 ◦ blue 74

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

Shades of Conifer #AAD84A

Tints of Conifer #AAD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 36.96%
G = 46.96%
B = 16.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AAD84A (or 0xAAD84A) is known color: Conifer. HEX triplet: AA, D8 and 4A. RGB value is (170,216,74). Sum of RGB (Red+Green+Blue) = 170+216+74=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD84A is #5527B5. Grayscale: #BABABA. Windows color (decimal): -5580726 or 4905130. OLE color: 4905130.

HSL color Cylindrical-coordinate representation of color #AAD84A: hue angle of 79.44º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAD84A is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 74 -
CMYK 0.21 0 0.66 0.15
HSL 79.44º 0.65% 0.57% -
HSV(B) 79.44º 0.66% 0.85% -
XYZ 42.37 58.15 15.47 -
YUV 186.06 64.76 116.55 -
System Red Green Blue C M Y K H S L
Decimal 170 216 74 0.21 0 0.66 0.15 79.44 0.65 0.57
Hex AA D8 4A 15 0 42 F 4F 41 39
Octal 252 330 112 25 0 102 17 117 101 71
Binary 10101010 11011000 1001010 10101 0 1000010 1111 1001111 1000001 111001

Color Harmonies of #AAD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD84A

Black with #AAD84A

Text Example


Text Example

White with #AAD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD84A; }

 p { color: rgb(170,216,74); }

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

background-color css

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

 a { background-color: rgb(170,216,74); }

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

border-color css

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

 span { border-color: rgb(170,216,74); }

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