Html Css Color HEX #AAD76A Conifer

📋 copy color: '#AAD76A'

red 170 ◦ green 215 ◦ blue 106

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

Shades of Conifer #AAD76A

Tints of Conifer #AAD76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 34.62%
G = 43.79%
B = 21.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#AAD76A (or 0xAAD76A) is known color: Conifer. HEX triplet: AA, D7 and 6A. RGB value is (170,215,106). Sum of RGB (Red+Green+Blue) = 170+215+106=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD76A is #552895. Grayscale: #BDBDBD. Windows color (decimal): -5580950 or 7002026. OLE color: 7002026.

HSL color Cylindrical-coordinate representation of color #AAD76A: hue angle of 84.77º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD76A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 106 -
CMYK 0.21 0 0.51 0.16
HSL 84.77º 0.58% 0.63% -
HSV(B) 84.77º 0.51% 0.84% -
XYZ 43.48 58.19 22.58 -
YUV 189.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 170 215 106 0.21 0 0.51 0.16 84.77 0.58 0.63
Hex AA D7 6A 15 0 33 10 55 3A 3F
Octal 252 327 152 25 0 63 20 125 72 77
Binary 10101010 11010111 1101010 10101 0 110011 10000 1010101 111010 111111

Color Harmonies of #AAD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD76A

Black with #AAD76A

Text Example


Text Example

White with #AAD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD76A; }

 p { color: rgb(170,215,106); }

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

background-color css

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

 a { background-color: rgb(170,215,106); }

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

border-color css

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

 span { border-color: rgb(170,215,106); }

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