Html Css Color HEX #AAD866 Conifer

📋 copy color: '#AAD866'

red 170 ◦ green 216 ◦ blue 102

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

Shades of Conifer #AAD866

Tints of Conifer #AAD866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.9%

R = 34.84%
G = 44.26%
B = 20.9%

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

#AAD866 (or 0xAAD866) is known color: Conifer. HEX triplet: AA, D8 and 66. RGB value is (170,216,102). Sum of RGB (Red+Green+Blue) = 170+216+102=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD866 is #552799. Grayscale: #BDBDBD. Windows color (decimal): -5580698 or 6740138. OLE color: 6740138.

HSL color Cylindrical-coordinate representation of color #AAD866: hue angle of 84.21º degrees, saturation: 0.59, 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 #AAD866 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 102 -
CMYK 0.21 0 0.53 0.15
HSL 84.21º 0.59% 0.62% -
HSV(B) 84.21º 0.53% 0.85% -
XYZ 43.53 58.62 21.59 -
YUV 189.25 78.76 114.27 -
System Red Green Blue C M Y K H S L
Decimal 170 216 102 0.21 0 0.53 0.15 84.21 0.59 0.62
Hex AA D8 66 15 0 35 F 54 3B 3E
Octal 252 330 146 25 0 65 17 124 73 76
Binary 10101010 11011000 1100110 10101 0 110101 1111 1010100 111011 111110

Color Harmonies of #AAD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD866

Black with #AAD866

Text Example


Text Example

White with #AAD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD866; }

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

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

background-color css

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

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

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

border-color css

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

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

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