Html Css Color HEX #AAD56C Conifer

📋 copy color: '#AAD56C'

red 170 ◦ green 213 ◦ blue 108

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

Shades of Conifer #AAD56C

Tints of Conifer #AAD56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 108 (42.58% from 255) = 22%

R = 34.62%
G = 43.38%
B = 22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#AAD56C (or 0xAAD56C) is known color: Conifer. HEX triplet: AA, D5 and 6C. RGB value is (170,213,108). Sum of RGB (Red+Green+Blue) = 170+213+108=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD56C is #552A93. Grayscale: #BCBCBC. Windows color (decimal): -5581460 or 7132586. OLE color: 7132586.

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

Color convert

RGB 170 213 108 -
CMYK 0.20 0 0.49 0.16
HSL 84.57º 0.56% 0.63% -
HSV(B) 84.57º 0.49% 0.84% -
XYZ 43.08 57.22 22.96 -
YUV 188.17 82.75 115.04 -
System Red Green Blue C M Y K H S L
Decimal 170 213 108 0.20 0 0.49 0.16 84.57 0.56 0.63
Hex AA D5 6C 14 0 31 10 55 38 3F
Octal 252 325 154 24 0 61 20 125 70 77
Binary 10101010 11010101 1101100 10100 0 110001 10000 1010101 111000 111111

Color Harmonies of #AAD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD56C

Black with #AAD56C

Text Example


Text Example

White with #AAD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD56C; }

 p { color: rgb(170,213,108); }

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

background-color css

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

 a { background-color: rgb(170,213,108); }

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

border-color css

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

 span { border-color: rgb(170,213,108); }

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