Html Css Color HEX #AAD36E Caper

📋 copy color: '#AAD36E'

red 170 ◦ green 211 ◦ blue 110

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

Shades of Caper #AAD36E

Tints of Caper #AAD36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 34.62%
G = 42.97%
B = 22.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#AAD36E (or 0xAAD36E) is known color: Caper. HEX triplet: AA, D3 and 6E. RGB value is (170,211,110). Sum of RGB (Red+Green+Blue) = 170+211+110=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD36E is #552C91. Grayscale: #BBBBBB. Windows color (decimal): -5581970 or 7263146. OLE color: 7263146.

HSL color Cylindrical-coordinate representation of color #AAD36E: hue angle of 84.36º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD36E is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 110 -
CMYK 0.19 0 0.48 0.17
HSL 84.36º 0.53% 0.63% -
HSV(B) 84.36º 0.48% 0.83% -
XYZ 42.69 56.26 23.36 -
YUV 187.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 170 211 110 0.19 0 0.48 0.17 84.36 0.53 0.63
Hex AA D3 6E 13 0 30 11 54 35 3F
Octal 252 323 156 23 0 60 21 124 65 77
Binary 10101010 11010011 1101110 10011 0 110000 10001 1010100 110101 111111

Color Harmonies of #AAD36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD36E

Black with #AAD36E

Text Example


Text Example

White with #AAD36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD36E; }

 p { color: rgb(170,211,110); }

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

background-color css

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

 a { background-color: rgb(170,211,110); }

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

border-color css

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

 span { border-color: rgb(170,211,110); }

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