#AFC378

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

Shades of Caper #AFC378

Tints of Caper #AFC378

Color information

#AFC378 (or 0xAFC378) is unknown color: approx Caper. HEX triplet: AF, C3 and 78. RGB value is (175,195,120). Sum of RGB (Red+Green+Blue) = 175+195+120=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC378 is #503C87. Grayscale: #B4B4B4. Windows color (decimal): -5258376 or 7914415. OLE color: 7914415.

HSL color Cylindrical-coordinate representation of color #AFC378: hue angle of 76º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC378 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB175195120-
CMYK0.1000.380.24
HSL76º38.46%61.76%-
HSV(B)76º38.46%76.47%-
XYZ40.5849.525.18-
YUV180.4793.87124.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=35.71%
G=39.80%
B=24.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951200.1000.380.247638.4661.76
HexAFC378A026184c263e
Octal25730317012046301144676
Binary1010111111000011111100010100100110110001001100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC378; }

 p { color: rgb(175,195,120); }

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

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

 a { background-color: rgb(175,195,120); }

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

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

 span { border-color: rgb(175,195,120); }

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