#ABD475

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

Shades of Feijoa #ABD475

Tints of Feijoa #ABD475

Color information

#ABD475 (or 0xABD475) is unknown color: approx Feijoa. HEX triplet: AB, D4 and 75. RGB value is (171,212,117). Sum of RGB (Red+Green+Blue) = 171+212+117=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD475 is #542B8A. Grayscale: #BDBDBD. Windows color (decimal): -5516171 or 7722155. OLE color: 7722155.

HSL color Cylindrical-coordinate representation of color #ABD475: hue angle of 85.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABD475 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB171212117-
CMYK0.1900.450.17
HSL85.89º52.49%64.51%-
HSV(B)85.89º44.81%83.14%-
XYZ43.5557.0325.54-
YUV188.9187.42115.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 212 (83.20% from 255) = 42.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=34.2%
G=42.4%
B=23.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121170.1900.450.1785.8952.4964.51
HexABD4751302D11563441
Octal253324165230552112664101
Binary101010111101010011101011001101011011000110101101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD475; }

 p { color: rgb(171,212,117); }

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

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

 a { background-color: rgb(171,212,117); }

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

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

 span { border-color: rgb(171,212,117); }

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