#AFC27D

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

Shades of Caper #AFC27D

Tints of Caper #AFC27D

Color information

#AFC27D (or 0xAFC27D) is unknown color: approx Caper. HEX triplet: AF, C2 and 7D. RGB value is (175,194,125). Sum of RGB (Red+Green+Blue) = 175+194+125=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC27D is #503D82. Grayscale: #B4B4B4. Windows color (decimal): -5258627 or 8241839. OLE color: 8241839.

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

Color convert

RGB175194125-
CMYK0.1000.360.24
HSL76.52º36.13%62.55%-
HSV(B)76.52º35.57%76.08%-
XYZ40.6749.1826.75-
YUV180.4596.71124.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=35.43%
G=39.27%
B=25.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941250.1000.360.2476.5236.1362.55
HexAFC27DA024184d243f
Octal25730217512044301154477
Binary1010111111000010111110110100100100110001001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC27D; }

 p { color: rgb(175,194,125); }

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

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

 a { background-color: rgb(175,194,125); }

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

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

 span { border-color: rgb(175,194,125); }

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