#ABD585

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

Shades of Feijoa #ABD585

Tints of Feijoa #ABD585

Color information

#ABD585 (or 0xABD585) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 85. RGB value is (171,213,133). Sum of RGB (Red+Green+Blue) = 171+213+133=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD585 is #542A7A. Grayscale: #BFBFBF. Windows color (decimal): -5515899 or 8770987. OLE color: 8770987.

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

Color convert

RGB171213133-
CMYK0.2000.380.16
HSL91.5º48.78%67.84%-
HSV(B)91.5º37.56%83.53%-
XYZ44.8257.9431.01-
YUV191.3295.09113.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=33.08%
G=41.20%
B=25.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131330.2000.380.1691.548.7867.84
HexABD58514026105c3144
Octal253325205240462013461104
Binary1010101111010101100001011010001001101000010111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD585; }

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

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

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

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

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

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

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

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