#ABD499

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

Shades of Feijoa #ABD499

Tints of Feijoa #ABD499

Color information

#ABD499 (or 0xABD499) is unknown color: approx Feijoa. HEX triplet: AB, D4 and 99. RGB value is (171,212,153). Sum of RGB (Red+Green+Blue) = 171+212+153=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD499 is #542B66. Grayscale: #C1C1C1. Windows color (decimal): -5516135 or 10081451. OLE color: 10081451.

HSL color Cylindrical-coordinate representation of color #ABD499: hue angle of 101.69º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD499 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB171212153-
CMYK0.1900.280.17
HSL101.69º40.69%71.57%-
HSV(B)101.69º27.83%83.14%-
XYZ46.0958.0438.91-
YUV193.02105.42112.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=31.90%
G=39.55%
B=28.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121530.1900.280.17101.6940.6971.57
HexABD4991301C11662948
Octal253324231230342114651110
Binary101010111101010010011001100110111001000111001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD499; }

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

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

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

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

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

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

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

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