Html Css Color HEX #AAD94C Conifer

📋 copy color: '#AAD94C'

red 170 ◦ green 217 ◦ blue 76

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

Shades of Conifer #AAD94C

Tints of Conifer #AAD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 36.72%
G = 46.87%
B = 16.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#AAD94C (or 0xAAD94C) is known color: Conifer. HEX triplet: AA, D9 and 4C. RGB value is (170,217,76). Sum of RGB (Red+Green+Blue) = 170+217+76=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD94C is #5526B3. Grayscale: #BBBBBB. Windows color (decimal): -5580468 or 5036458. OLE color: 5036458.

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

Color convert

RGB 170 217 76 -
CMYK 0.22 0 0.65 0.15
HSL 80º 0.65% 0.57% -
HSV(B) 80º 0.65% 0.85% -
XYZ 42.69 58.69 15.92 -
YUV 186.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 170 217 76 0.22 0 0.65 0.15 80 0.65 0.57
Hex AA D9 4C 16 0 41 F 50 41 39
Octal 252 331 114 26 0 101 17 120 101 71
Binary 10101010 11011001 1001100 10110 0 1000001 1111 1010000 1000001 111001

Color Harmonies of #AAD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD94C

Black with #AAD94C

Text Example


Text Example

White with #AAD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD94C; }

 p { color: rgb(170,217,76); }

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

background-color css

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

 a { background-color: rgb(170,217,76); }

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

border-color css

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

 span { border-color: rgb(170,217,76); }

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