#ABD393

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

Shades of Feijoa #ABD393

Tints of Feijoa #ABD393

Color information

#ABD393 (or 0xABD393) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 93. RGB value is (171,211,147). Sum of RGB (Red+Green+Blue) = 171+211+147=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD393 is #542C6C. Grayscale: #BFBFBF. Windows color (decimal): -5516397 or 9687979. OLE color: 9687979.

HSL color Cylindrical-coordinate representation of color #ABD393: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABD393 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB171211147-
CMYK0.1900.300.17
HSL97.5º42.11%70.2%-
HSV(B)97.5º30.33%82.75%-
XYZ45.3657.3536.28-
YUV191.74102.75113.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=32.33%
G=39.89%
B=27.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111470.1900.300.1797.542.1170.2
HexABD3931301E11622a46
Octal253323223230362114252106
Binary101010111101001110010011100110111101000111000101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD393; }

 p { color: rgb(171,211,147); }

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

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

 a { background-color: rgb(171,211,147); }

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

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

 span { border-color: rgb(171,211,147); }

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