Html Css Color HEX #AAD66A Conifer

📋 copy color: '#AAD66A'

red 170 ◦ green 214 ◦ blue 106

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

Shades of Conifer #AAD66A

Tints of Conifer #AAD66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 106 (41.8% from 255) = 21.63%

R = 34.69%
G = 43.67%
B = 21.63%

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

#AAD66A (or 0xAAD66A) is known color: Conifer. HEX triplet: AA, D6 and 6A. RGB value is (170,214,106). Sum of RGB (Red+Green+Blue) = 170+214+106=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD66A is #552995. Grayscale: #BCBCBC. Windows color (decimal): -5581206 or 7001770. OLE color: 7001770.

HSL color Cylindrical-coordinate representation of color #AAD66A: hue angle of 84.44º 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 #AAD66A is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 106 -
CMYK 0.21 0 0.50 0.16
HSL 84.44º 0.57% 0.63% -
HSV(B) 84.44º 0.5% 0.84% -
XYZ 43.23 57.68 22.49 -
YUV 188.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 170 214 106 0.21 0 0.50 0.16 84.44 0.57 0.63
Hex AA D6 6A 15 0 32 10 54 39 3F
Octal 252 326 152 25 0 62 20 124 71 77
Binary 10101010 11010110 1101010 10101 0 110010 10000 1010100 111001 111111

Color Harmonies of #AAD66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD66A

Black with #AAD66A

Text Example


Text Example

White with #AAD66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD66A; }

 p { color: rgb(170,214,106); }

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

background-color css

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

 a { background-color: rgb(170,214,106); }

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

border-color css

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

 span { border-color: rgb(170,214,106); }

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