Html Css Color HEX #AAD16A Conifer

📋 copy color: '#AAD16A'

red 170 ◦ green 209 ◦ blue 106

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

Shades of Conifer #AAD16A

Tints of Conifer #AAD16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

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

R = 35.05%
G = 43.09%
B = 21.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#AAD16A (or 0xAAD16A) is known color: Conifer. HEX triplet: AA, D1 and 6A. RGB value is (170,209,106). Sum of RGB (Red+Green+Blue) = 170+209+106=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD16A is #552E95. Grayscale: #B9B9B9. Windows color (decimal): -5582486 or 7000490. OLE color: 7000490.

HSL color Cylindrical-coordinate representation of color #AAD16A: hue angle of 82.72º degrees, saturation: 0.53, 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 #AAD16A is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 106 -
CMYK 0.19 0 0.49 0.18
HSL 82.72º 0.53% 0.62% -
HSV(B) 82.72º 0.49% 0.82% -
XYZ 41.98 55.19 22.08 -
YUV 185.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 170 209 106 0.19 0 0.49 0.18 82.72 0.53 0.62
Hex AA D1 6A 13 0 31 12 53 35 3E
Octal 252 321 152 23 0 61 22 123 65 76
Binary 10101010 11010001 1101010 10011 0 110001 10010 1010011 110101 111110

Color Harmonies of #AAD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD16A

Black with #AAD16A

Text Example


Text Example

White with #AAD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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