Html Css Color HEX #AAD06A Conifer

📋 copy color: '#AAD06A'

red 170 ◦ green 208 ◦ blue 106

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

Shades of Conifer #AAD06A

Tints of Conifer #AAD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 35.12%
G = 42.98%
B = 21.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#AAD06A (or 0xAAD06A) is known color: Conifer. HEX triplet: AA, D0 and 6A. RGB value is (170,208,106). Sum of RGB (Red+Green+Blue) = 170+208+106=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD06A is #552F95. Grayscale: #B9B9B9. Windows color (decimal): -5582742 or 7000234. OLE color: 7000234.

HSL color Cylindrical-coordinate representation of color #AAD06A: hue angle of 82.35º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD06A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 106 -
CMYK 0.18 0 0.49 0.18
HSL 82.35º 0.52% 0.62% -
HSV(B) 82.35º 0.49% 0.82% -
XYZ 41.73 54.7 21.99 -
YUV 185.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 170 208 106 0.18 0 0.49 0.18 82.35 0.52 0.62
Hex AA D0 6A 12 0 31 12 52 34 3E
Octal 252 320 152 22 0 61 22 122 64 76
Binary 10101010 11010000 1101010 10010 0 110001 10010 1010010 110100 111110

Color Harmonies of #AAD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD06A

Black with #AAD06A

Text Example


Text Example

White with #AAD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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