Html Css Color HEX #AAD865 Conifer

📋 copy color: '#AAD865'

red 170 ◦ green 216 ◦ blue 101

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

Shades of Conifer #AAD865

Tints of Conifer #AAD865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.74%

R = 34.91%
G = 44.35%
B = 20.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#AAD865 (or 0xAAD865) is known color: Conifer. HEX triplet: AA, D8 and 65. RGB value is (170,216,101). Sum of RGB (Red+Green+Blue) = 170+216+101=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD865 is #55279A. Grayscale: #BDBDBD. Windows color (decimal): -5580699 or 6674602. OLE color: 6674602.

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

Color convert

RGB 170 216 101 -
CMYK 0.21 0 0.53 0.15
HSL 84º 0.6% 0.62% -
HSV(B) 84º 0.53% 0.85% -
XYZ 43.48 58.6 21.33 -
YUV 189.14 78.26 114.35 -
System Red Green Blue C M Y K H S L
Decimal 170 216 101 0.21 0 0.53 0.15 84 0.6 0.62
Hex AA D8 65 15 0 35 F 54 3C 3E
Octal 252 330 145 25 0 65 17 124 74 76
Binary 10101010 11011000 1100101 10101 0 110101 1111 1010100 111100 111110

Color Harmonies of #AAD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD865

Black with #AAD865

Text Example


Text Example

White with #AAD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD865; }

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

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

background-color css

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

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

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

border-color css

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

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

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