Html Css Color HEX #AAD860 Conifer

📋 copy color: '#AAD860'

red 170 ◦ green 216 ◦ blue 96

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

Shades of Conifer #AAD860

Tints of Conifer #AAD860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 35.27%
G = 44.81%
B = 19.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#AAD860 (or 0xAAD860) is known color: Conifer. HEX triplet: AA, D8 and 60. RGB value is (170,216,96). Sum of RGB (Red+Green+Blue) = 170+216+96=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD860 is #55279F. Grayscale: #BDBDBD. Windows color (decimal): -5580704 or 6346922. OLE color: 6346922.

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

Color convert

RGB 170 216 96 -
CMYK 0.21 0 0.56 0.15
HSL 83º 0.61% 0.61% -
HSV(B) 83º 0.56% 0.85% -
XYZ 43.24 58.5 20.08 -
YUV 188.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 170 216 96 0.21 0 0.56 0.15 83 0.61 0.61
Hex AA D8 60 15 0 38 F 53 3D 3D
Octal 252 330 140 25 0 70 17 123 75 75
Binary 10101010 11011000 1100000 10101 0 111000 1111 1010011 111101 111101

Color Harmonies of #AAD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD860

Black with #AAD860

Text Example


Text Example

White with #AAD860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD860; }

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

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

background-color css

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

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

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

border-color css

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

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

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