#ABD07D

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

Shades of Feijoa #ABD07D

Tints of Feijoa #ABD07D

Color information

#ABD07D (or 0xABD07D) is unknown color: approx Feijoa. HEX triplet: AB, D0 and 7D. RGB value is (171,208,125). Sum of RGB (Red+Green+Blue) = 171+208+125=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD07D is #542F82. Grayscale: #BBBBBB. Windows color (decimal): -5517187 or 8245419. OLE color: 8245419.

HSL color Cylindrical-coordinate representation of color #ABD07D: hue angle of 86.75º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABD07D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB171208125-
CMYK0.1800.400.18
HSL86.75º46.89%65.29%-
HSV(B)86.75º39.9%81.57%-
XYZ43.0555.2527.8-
YUV187.4892.74116.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=33.93%
G=41.27%
B=24.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081250.1800.400.1886.7546.8965.29
HexABD07D1202812572f41
Octal253320175220502212757101
Binary101010111101000011111011001001010001001010101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD07D; }

 p { color: rgb(171,208,125); }

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

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

 a { background-color: rgb(171,208,125); }

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

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

 span { border-color: rgb(171,208,125); }

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