#ABD595

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

Shades of Feijoa #ABD595

Tints of Feijoa #ABD595

Color information

#ABD595 (or 0xABD595) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 95. RGB value is (171,213,149). Sum of RGB (Red+Green+Blue) = 171+213+149=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD595 is #542A6A. Grayscale: #C1C1C1. Windows color (decimal): -5515883 or 9819563. OLE color: 9819563.

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

Color convert

RGB171213149-
CMYK0.2000.300.16
HSL99.37º43.24%70.98%-
HSV(B)99.37º30.05%83.53%-
XYZ46.0158.4237.28-
YUV193.15103.09112.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=32.08%
G=39.96%
B=27.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131490.2000.300.1699.3743.2470.98
HexABD5951401E10632b47
Octal253325225240362014353107
Binary101010111101010110010101101000111101000011000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD595; }

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

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

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

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

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

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

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

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