#ABD58E

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

Shades of Feijoa #ABD58E

Tints of Feijoa #ABD58E

Color information

#ABD58E (or 0xABD58E) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 8E. RGB value is (171,213,142). Sum of RGB (Red+Green+Blue) = 171+213+142=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD58E is #542A71. Grayscale: #C0C0C0. Windows color (decimal): -5515890 or 9360811. OLE color: 9360811.

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

Color convert

RGB171213142-
CMYK0.2000.330.16
HSL95.49º45.81%69.61%-
HSV(B)95.49º33.33%83.53%-
XYZ45.4758.234.43-
YUV192.3599.59112.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=32.51%
G=40.49%
B=27.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131420.2000.330.1695.4945.8169.61
HexABD58E14021105f2e46
Octal253325216240412013756106
Binary1010101111010101100011101010001000011000010111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD58E; }

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

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

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

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

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

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

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

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