#ABD099

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

Shades of Feijoa #ABD099

Tints of Feijoa #ABD099

Color information

#ABD099 (or 0xABD099) is unknown color: approx Feijoa. HEX triplet: AB, D0 and 99. RGB value is (171,208,153). Sum of RGB (Red+Green+Blue) = 171+208+153=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD099 is #542F66. Grayscale: #BEBEBE. Windows color (decimal): -5517159 or 10080427. OLE color: 10080427.

HSL color Cylindrical-coordinate representation of color #ABD099: hue angle of 100.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABD099 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB171208153-
CMYK0.1800.260.18
HSL100.36º36.91%70.78%-
HSV(B)100.36º26.44%81.57%-
XYZ45.156.0738.58-
YUV190.67106.74113.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=32.14%
G=39.10%
B=28.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081530.1800.260.18100.3636.9170.78
HexABD0991201A12642547
Octal253320231220322214445107
Binary101010111101000010011001100100110101001011001001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD099; }

 p { color: rgb(171,208,153); }

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

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

 a { background-color: rgb(171,208,153); }

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

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

 span { border-color: rgb(171,208,153); }

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