#ABD693

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

Shades of Feijoa #ABD693

Tints of Feijoa #ABD693

Color information

#ABD693 (or 0xABD693) is unknown color: approx Feijoa. HEX triplet: AB, D6 and 93. RGB value is (171,214,147). Sum of RGB (Red+Green+Blue) = 171+214+147=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD693 is #54296C. Grayscale: #C1C1C1. Windows color (decimal): -5515629 or 9688747. OLE color: 9688747.

HSL color Cylindrical-coordinate representation of color #ABD693: hue angle of 98.51º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABD693 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB171214147-
CMYK0.2000.310.16
HSL98.51º44.97%70.78%-
HSV(B)98.51º31.31%83.92%-
XYZ46.1158.8636.53-
YUV193.5101.75111.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=32.14%
G=40.23%
B=27.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141470.2000.310.1698.5144.9770.78
HexABD6931401F10632d47
Octal253326223240372014355107
Binary101010111101011010010011101000111111000011000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD693; }

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

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

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

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

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

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

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

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