#ACCC7D

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

Shades of Caper #ACCC7D

Tints of Caper #ACCC7D

Color information

#ACCC7D (or 0xACCC7D) is unknown color: approx Caper. HEX triplet: AC, CC and 7D. RGB value is (172,204,125). Sum of RGB (Red+Green+Blue) = 172+204+125=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC7D is #533382. Grayscale: #B9B9B9. Windows color (decimal): -5452675 or 8244396. OLE color: 8244396.

HSL color Cylindrical-coordinate representation of color #ACCC7D: hue angle of 84.3º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACCC7D is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB172204125-
CMYK0.1600.390.2
HSL84.3º43.65%64.51%-
HSV(B)84.3º38.73%80%-
XYZ42.3153.4427.49-
YUV185.4393.9118.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=34.33%
G=40.72%
B=24.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041250.1600.390.284.343.6564.51
HexACCC7D1002714542c41
Octal254314175200472412454101
Binary101011001100110011111011000001001111010010101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC7D; }

 p { color: rgb(172,204,125); }

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

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

 a { background-color: rgb(172,204,125); }

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

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

 span { border-color: rgb(172,204,125); }

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