#ABD570

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

Shades of Feijoa #ABD570

Tints of Feijoa #ABD570

Color information

#ABD570 (or 0xABD570) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 70. RGB value is (171,213,112). Sum of RGB (Red+Green+Blue) = 171+213+112=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD570 is #542A8F. Grayscale: #BDBDBD. Windows color (decimal): -5515920 or 7394731. OLE color: 7394731.

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

Color convert

RGB171213112-
CMYK0.2000.470.16
HSL84.95º54.59%63.73%-
HSV(B)84.95º47.42%83.53%-
XYZ43.5157.4224.12-
YUV188.9384.59115.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=34.48%
G=42.94%
B=22.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131120.2000.470.1684.9554.5963.73
HexABD5701402F10553740
Octal253325160240572012567100
Binary101010111101010111100001010001011111000010101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD570; }

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

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

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

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

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

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

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

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