#AFC970

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

Shades of Caper #AFC970

Tints of Caper #AFC970

Color information

#AFC970 (or 0xAFC970) is unknown color: approx Caper. HEX triplet: AF, C9 and 70. RGB value is (175,201,112). Sum of RGB (Red+Green+Blue) = 175+201+112=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC970 is #50368F. Grayscale: #B7B7B7. Windows color (decimal): -5256848 or 7391663. OLE color: 7391663.

HSL color Cylindrical-coordinate representation of color #AFC970: hue angle of 77.53º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC970 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB175201112-
CMYK0.1300.440.21
HSL77.53º45.18%61.37%-
HSV(B)77.53º44.28%78.82%-
XYZ41.4952.0623.19-
YUV183.0887.89122.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=35.86%
G=41.19%
B=22.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011120.1300.440.2177.5345.1861.37
HexAFC970D02C154e2d3d
Octal25731116015054251165575
Binary1010111111001001111000011010101100101011001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC970; }

 p { color: rgb(175,201,112); }

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

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

 a { background-color: rgb(175,201,112); }

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

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

 span { border-color: rgb(175,201,112); }

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