#ABD39A

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

Shades of Feijoa #ABD39A

Tints of Feijoa #ABD39A

Color information

#ABD39A (or 0xABD39A) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 9A. RGB value is (171,211,154). Sum of RGB (Red+Green+Blue) = 171+211+154=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD39A is #542C65. Grayscale: #C0C0C0. Windows color (decimal): -5516390 or 10146731. OLE color: 10146731.

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

Color convert

RGB171211154-
CMYK0.1900.270.17
HSL102.11º39.31%71.57%-
HSV(B)102.11º27.01%82.75%-
XYZ45.9257.5839.27-
YUV192.54106.25112.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=31.90%
G=39.37%
B=28.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111540.1900.270.17102.1139.3171.57
HexABD39A1301B11662748
Octal253323232230332114647110
Binary101010111101001110011010100110110111000111001101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD39A; }

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

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

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

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

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

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

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

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