Html Css Color HEX #AAD26D Caper

📋 copy color: '#AAD26D'

red 170 ◦ green 210 ◦ blue 109

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

Shades of Caper #AAD26D

Tints of Caper #AAD26D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 34.76%
G = 42.94%
B = 22.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#AAD26D (or 0xAAD26D) is known color: Caper. HEX triplet: AA, D2 and 6D. RGB value is (170,210,109). Sum of RGB (Red+Green+Blue) = 170+210+109=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD26D is #552D92. Grayscale: #BABABA. Windows color (decimal): -5582227 or 7197354. OLE color: 7197354.

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

Color convert

RGB 170 210 109 -
CMYK 0.19 0 0.48 0.18
HSL 83.76º 0.53% 0.63% -
HSV(B) 83.76º 0.48% 0.82% -
XYZ 42.38 55.74 22.99 -
YUV 186.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 170 210 109 0.19 0 0.48 0.18 83.76 0.53 0.63
Hex AA D2 6D 13 0 30 12 54 35 3F
Octal 252 322 155 23 0 60 22 124 65 77
Binary 10101010 11010010 1101101 10011 0 110000 10010 1010100 110101 111111

Color Harmonies of #AAD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD26D

Black with #AAD26D

Text Example


Text Example

White with #AAD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD26D; }

 p { color: rgb(170,210,109); }

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

background-color css

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

 a { background-color: rgb(170,210,109); }

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

border-color css

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

 span { border-color: rgb(170,210,109); }

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