#ABCDAF

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

Shades of Gum Leaf #ABCDAF

Tints of Gum Leaf #ABCDAF

Color information

#ABCDAF (or 0xABCDAF) is unknown color: approx Gum Leaf. HEX triplet: AB, CD and AF. RGB value is (171,205,175). Sum of RGB (Red+Green+Blue) = 171+205+175=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDAF is #543250. Grayscale: #BFBFBF. Windows color (decimal): -5517905 or 11521451. OLE color: 11521451.

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

Color convert

RGB171205175-
CMYK0.1700.150.20
HSL127.06º25.37%73.73%-
HSV(B)127.06º16.59%80.39%-
XYZ46.3655.4248.81-
YUV191.41118.74113.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=31.03%
G=37.21%
B=31.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051750.1700.150.20127.0625.3773.73
HexABCDAF110F147f194a
Octal253315257210172417731112
Binary1010101111001101101011111000101111101001111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDAF; }

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

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

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

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

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

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

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

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