#AFC07E

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

Shades of Caper #AFC07E

Tints of Caper #AFC07E

Color information

#AFC07E (or 0xAFC07E) is unknown color: approx Caper. HEX triplet: AF, C0 and 7E. RGB value is (175,192,126). Sum of RGB (Red+Green+Blue) = 175+192+126=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07E is #503F81. Grayscale: #B3B3B3. Windows color (decimal): -5259138 or 8306863. OLE color: 8306863.

HSL color Cylindrical-coordinate representation of color #AFC07E: hue angle of 75.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC07E is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB175192126-
CMYK0.0900.340.25
HSL75.45º34.38%62.35%-
HSV(B)75.45º34.38%75.29%-
XYZ40.2948.3226.94-
YUV179.3997.87124.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=35.50%
G=38.95%
B=25.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921260.0900.340.2575.4534.3862.35
HexAFC07E9022194b223e
Octal25730017611042311134276
Binary1010111111000000111111010010100010110011001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC07E; }

 p { color: rgb(175,192,126); }

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

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

 a { background-color: rgb(175,192,126); }

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

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

 span { border-color: rgb(175,192,126); }

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