#ABD193

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

Shades of Feijoa #ABD193

Tints of Feijoa #ABD193

Color information

#ABD193 (or 0xABD193) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 93. RGB value is (171,209,147). Sum of RGB (Red+Green+Blue) = 171+209+147=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD193 is #542E6C. Grayscale: #BEBEBE. Windows color (decimal): -5516909 or 9687467. OLE color: 9687467.

HSL color Cylindrical-coordinate representation of color #ABD193: hue angle of 96.77º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABD193 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB171209147-
CMYK0.1800.300.18
HSL96.77º40.26%69.8%-
HSV(B)96.77º29.67%81.96%-
XYZ44.8656.3736.12-
YUV190.57103.41114.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=32.45%
G=39.66%
B=27.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091470.1800.300.1896.7740.2669.8
HexABD1931201E12612846
Octal253321223220362214150106
Binary101010111101000110010011100100111101001011000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD193; }

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

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

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

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

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

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

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

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