#ACD270

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

Shades of Caper #ACD270

Tints of Caper #ACD270

Color information

#ACD270 (or 0xACD270) is unknown color: approx Caper. HEX triplet: AC, D2 and 70. RGB value is (172,210,112). Sum of RGB (Red+Green+Blue) = 172+210+112=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD270 is #532D8F. Grayscale: #BBBBBB. Windows color (decimal): -5451152 or 7393964. OLE color: 7393964.

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

Color convert

RGB172210112-
CMYK0.1800.470.18
HSL83.27º52.13%63.14%-
HSV(B)83.27º46.67%82.35%-
XYZ42.9856.0323.88-
YUV187.4785.41116.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=34.82%
G=42.51%
B=22.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101120.1800.470.1883.2752.1363.14
HexACD2701202F1253343f
Octal25432216022057221236477
Binary10101100110100101110000100100101111100101010011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD270; }

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

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

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

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

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

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

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

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