#ACC370

Color #ACC370 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ACC370

Tints of Caper #ACC370

Color information

#ACC370 (or 0xACC370) is unknown color: approx Caper. HEX triplet: AC, C3 and 70. RGB value is (172,195,112). Sum of RGB (Red+Green+Blue) = 172+195+112=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC370 is #533C8F. Grayscale: #B2B2B2. Windows color (decimal): -5454992 or 7390124. OLE color: 7390124.

HSL color Cylindrical-coordinate representation of color #ACC370: hue angle of 76.63º 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 #ACC370 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB172195112-
CMYK0.1200.430.24
HSL76.63º40.89%60.2%-
HSV(B)76.63º42.56%76.47%-
XYZ39.4548.9722.7-
YUV178.6690.38123.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=35.91%
G=40.71%
B=23.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951120.1200.430.2476.6340.8960.2
HexACC370C02B184d293c
Octal25430316014053301155174
Binary1010110011000011111000011000101011110001001101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC370; }

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

 H1.HeaderClassName
 {
   color: #ACC370;
 }
 .AnyTagClassName
 {
   color: #ACC370;
 }
</style>
background-color css

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

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

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

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

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

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