#A8CF70

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

Shades of Caper #A8CF70

Tints of Caper #A8CF70

Color information

#A8CF70 (or 0xA8CF70) is unknown color: approx Caper. HEX triplet: A8, CF and 70. RGB value is (168,207,112). Sum of RGB (Red+Green+Blue) = 168+207+112=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF70 is #57308F. Grayscale: #B8B8B8. Windows color (decimal): -5714064 or 7393192. OLE color: 7393192.

HSL color Cylindrical-coordinate representation of color #A8CF70: hue angle of 84.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8CF70 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB168207112-
CMYK0.1900.460.19
HSL84.63º49.74%62.55%-
HSV(B)84.63º45.89%81.18%-
XYZ41.3954.1223.59-
YUV184.5187.08116.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=34.50%
G=42.51%
B=23.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071120.1900.460.1984.6349.7462.55
HexA8CF701302E1355323f
Octal25031716023056231256277
Binary10101000110011111110000100110101110100111010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CF70; }

 p { color: rgb(168,207,112); }

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

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

 a { background-color: rgb(168,207,112); }

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

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

 span { border-color: rgb(168,207,112); }

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