#ABD597

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

Shades of Feijoa #ABD597

Tints of Feijoa #ABD597

Color information

#ABD597 (or 0xABD597) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 97. RGB value is (171,213,151). Sum of RGB (Red+Green+Blue) = 171+213+151=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD597 is #542A68. Grayscale: #C1C1C1. Windows color (decimal): -5515881 or 9950635. OLE color: 9950635.

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

Color convert

RGB171213151-
CMYK0.2000.290.16
HSL100.65º42.47%71.37%-
HSV(B)100.65º29.11%83.53%-
XYZ46.1758.4838.13-
YUV193.37104.09112.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=31.96%
G=39.81%
B=28.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131510.2000.290.16100.6542.4771.37
HexABD5971401D10652a47
Octal253325227240352014552107
Binary101010111101010110010111101000111011000011001011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD597; }

 p { color: rgb(171,213,151); }

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

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

 a { background-color: rgb(171,213,151); }

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

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

 span { border-color: rgb(171,213,151); }

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