Html Css Color HEX #AAD26C Caper

📋 copy color: '#AAD26C'

red 170 ◦ green 210 ◦ blue 108

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

Shades of Caper #AAD26C

Tints of Caper #AAD26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 34.84%
G = 43.03%
B = 22.13%

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

#AAD26C (or 0xAAD26C) is known color: Caper. HEX triplet: AA, D2 and 6C. RGB value is (170,210,108). Sum of RGB (Red+Green+Blue) = 170+210+108=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD26C is #552D93. Grayscale: #BABABA. Windows color (decimal): -5582228 or 7131818. OLE color: 7131818.

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

Color convert

RGB 170 210 108 -
CMYK 0.19 0 0.49 0.18
HSL 83.53º 0.53% 0.62% -
HSV(B) 83.53º 0.49% 0.82% -
XYZ 42.33 55.72 22.71 -
YUV 186.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 170 210 108 0.19 0 0.49 0.18 83.53 0.53 0.62
Hex AA D2 6C 13 0 31 12 54 35 3E
Octal 252 322 154 23 0 61 22 124 65 76
Binary 10101010 11010010 1101100 10011 0 110001 10010 1010100 110101 111110

Color Harmonies of #AAD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD26C

Black with #AAD26C

Text Example


Text Example

White with #AAD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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