#ABD485

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

Shades of Feijoa #ABD485

Tints of Feijoa #ABD485

Color information

#ABD485 (or 0xABD485) is unknown color: approx Feijoa. HEX triplet: AB, D4 and 85. RGB value is (171,212,133). Sum of RGB (Red+Green+Blue) = 171+212+133=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD485 is #542B7A. Grayscale: #BFBFBF. Windows color (decimal): -5516155 or 8770731. OLE color: 8770731.

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

Color convert

RGB171212133-
CMYK0.1900.370.17
HSL91.14º47.88%67.65%-
HSV(B)91.14º37.26%83.14%-
XYZ44.5757.4430.93-
YUV190.7495.42113.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=33.14%
G=41.09%
B=25.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121330.1900.370.1791.1447.8867.65
HexABD48513025115b3044
Octal253324205230452113360104
Binary1010101111010100100001011001101001011000110110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD485; }

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

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

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

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

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

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

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

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