Html Css Color HEX #AAC370 Caper

📋 copy color: '#AAC370'

red 170 ◦ green 195 ◦ blue 112

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

Shades of Caper #AAC370

Tints of Caper #AAC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 35.64%
G = 40.88%
B = 23.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#AAC370 (or 0xAAC370) is known color: Caper. HEX triplet: AA, C3 and 70. RGB value is (170,195,112). Sum of RGB (Red+Green+Blue) = 170+195+112=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC370 is #553C8F. Grayscale: #B2B2B2. Windows color (decimal): -5586064 or 7390122. OLE color: 7390122.

HSL color Cylindrical-coordinate representation of color #AAC370: hue angle of 78.07º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC370 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 112 -
CMYK 0.13 0 0.43 0.24
HSL 78.07º 0.41% 0.6% -
HSV(B) 78.07º 0.43% 0.76% -
XYZ 39.02 48.75 22.68 -
YUV 178.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 170 195 112 0.13 0 0.43 0.24 78.07 0.41 0.6
Hex AA C3 70 D 0 2B 18 4E 29 3C
Octal 252 303 160 15 0 53 30 116 51 74
Binary 10101010 11000011 1110000 1101 0 101011 11000 1001110 101001 111100

Color Harmonies of #AAC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC370

Black with #AAC370

Text Example


Text Example

White with #AAC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC370; }

 p { color: rgb(170,195,112); }

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

background-color css

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

 a { background-color: rgb(170,195,112); }

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

border-color css

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

 span { border-color: rgb(170,195,112); }

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