#AFCFB2

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

Shades of Gum Leaf #AFCFB2

Tints of Gum Leaf #AFCFB2

Color information

#AFCFB2 (or 0xAFCFB2) is unknown color: approx Gum Leaf. HEX triplet: AF, CF and B2. RGB value is (175,207,178). Sum of RGB (Red+Green+Blue) = 175+207+178=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFB2 is #50304D. Grayscale: #C2C2C2. Windows color (decimal): -5255246 or 11718575. OLE color: 11718575.

HSL color Cylindrical-coordinate representation of color #AFCFB2: hue angle of 125.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFB2 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB175207178-
CMYK0.1500.140.19
HSL125.62º25%74.9%-
HSV(B)125.62º15.46%81.18%-
XYZ48.0356.9550.58-
YUV194.13118.9114.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=31.25%
G=36.96%
B=31.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071780.1500.140.19125.622574.9
HexAFCFB2F0E137e194b
Octal257317262170162317631113
Binary101011111100111110110010111101110100111111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFB2; }

 p { color: rgb(175,207,178); }

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

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

 a { background-color: rgb(175,207,178); }

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

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

 span { border-color: rgb(175,207,178); }

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