#ABD48D

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

Shades of Feijoa #ABD48D

Tints of Feijoa #ABD48D

Color information

#ABD48D (or 0xABD48D) is unknown color: approx Feijoa. HEX triplet: AB, D4 and 8D. RGB value is (171,212,141). Sum of RGB (Red+Green+Blue) = 171+212+141=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD48D is #542B72. Grayscale: #BFBFBF. Windows color (decimal): -5516147 or 9295019. OLE color: 9295019.

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

Color convert

RGB171212141-
CMYK0.1900.330.17
HSL94.65º45.22%69.22%-
HSV(B)94.65º33.49%83.14%-
XYZ45.1557.6733.95-
YUV191.6599.42113.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=32.63%
G=40.46%
B=26.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121410.1900.330.1794.6545.2269.22
HexABD48D13021115f2d45
Octal253324215230412113755105
Binary1010101111010100100011011001101000011000110111111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD48D; }

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

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

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

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

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

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

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

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