Html Css Color HEX #AAD76B Conifer

📋 copy color: '#AAD76B'

red 170 ◦ green 215 ◦ blue 107

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

Shades of Conifer #AAD76B

Tints of Conifer #AAD76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 34.55%
G = 43.7%
B = 21.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#AAD76B (or 0xAAD76B) is known color: Conifer. HEX triplet: AA, D7 and 6B. RGB value is (170,215,107). Sum of RGB (Red+Green+Blue) = 170+215+107=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD76B is #552894. Grayscale: #BDBDBD. Windows color (decimal): -5580949 or 7067562. OLE color: 7067562.

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

Color convert

RGB 170 215 107 -
CMYK 0.21 0 0.50 0.16
HSL 85º 0.57% 0.63% -
HSV(B) 85º 0.5% 0.84% -
XYZ 43.53 58.21 22.85 -
YUV 189.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 170 215 107 0.21 0 0.50 0.16 85 0.57 0.63
Hex AA D7 6B 15 0 32 10 55 39 3F
Octal 252 327 153 25 0 62 20 125 71 77
Binary 10101010 11010111 1101011 10101 0 110010 10000 1010101 111001 111111

Color Harmonies of #AAD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD76B

Black with #AAD76B

Text Example


Text Example

White with #AAD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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