#ABD574

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

Shades of Feijoa #ABD574

Tints of Feijoa #ABD574

Color information

#ABD574 (or 0xABD574) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 74. RGB value is (171,213,116). Sum of RGB (Red+Green+Blue) = 171+213+116=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD574 is #542A8B. Grayscale: #BDBDBD. Windows color (decimal): -5515916 or 7656875. OLE color: 7656875.

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

Color convert

RGB171213116-
CMYK0.2000.460.16
HSL85.98º53.59%64.51%-
HSV(B)85.98º45.54%83.53%-
XYZ43.7457.5125.32-
YUV189.3886.59114.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 213 (83.59% from 255) = 42.6%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=34.2%
G=42.6%
B=23.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131160.2000.460.1685.9853.5964.51
HexABD5741402E10563641
Octal253325164240562012666101
Binary101010111101010111101001010001011101000010101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD574; }

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

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

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

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

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

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

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

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