#AFC77A

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

Shades of Caper #AFC77A

Tints of Caper #AFC77A

Color information

#AFC77A (or 0xAFC77A) is unknown color: approx Caper. HEX triplet: AF, C7 and 7A. RGB value is (175,199,122). Sum of RGB (Red+Green+Blue) = 175+199+122=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC77A is #503885. Grayscale: #B7B7B7. Windows color (decimal): -5257350 or 8046511. OLE color: 8046511.

HSL color Cylindrical-coordinate representation of color #AFC77A: hue angle of 78.7º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC77A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB175199122-
CMYK0.1200.390.22
HSL78.7º40.74%62.94%-
HSV(B)78.7º38.69%78.04%-
XYZ41.6251.3726.13-
YUV183.0593.55122.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=35.28%
G=40.12%
B=24.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991220.1200.390.2278.740.7462.94
HexAFC77AC027164f293f
Octal25730717214047261175177
Binary1010111111000111111101011000100111101101001111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC77A; }

 p { color: rgb(175,199,122); }

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

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

 a { background-color: rgb(175,199,122); }

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

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

 span { border-color: rgb(175,199,122); }

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