#AFCDB9

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

Shades of Gum Leaf #AFCDB9

Tints of Gum Leaf #AFCDB9

Color information

#AFCDB9 (or 0xAFCDB9) is unknown color: approx Gum Leaf. HEX triplet: AF, CD and B9. RGB value is (175,205,185). Sum of RGB (Red+Green+Blue) = 175+205+185=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB9 is #503246. Grayscale: #C1C1C1. Windows color (decimal): -5255751 or 12176815. OLE color: 12176815.

HSL color Cylindrical-coordinate representation of color #AFCDB9: hue angle of 140º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDB9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB175205185-
CMYK0.1500.100.20
HSL140º23.08%74.51%-
HSV(B)140º14.63%80.39%-
XYZ48.2756.2854.22-
YUV193.75123.06114.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=30.97%
G=36.28%
B=32.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051850.1500.100.2014023.0874.51
HexAFCDB9F0A148c174b
Octal257315271170122421427113
Binary1010111111001101101110011111010101010010001100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDB9; }

 p { color: rgb(175,205,185); }

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

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

 a { background-color: rgb(175,205,185); }

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

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

 span { border-color: rgb(175,205,185); }

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