#ABF985

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

Shades of Feijoa #ABF985

Tints of Feijoa #ABF985

Color information

#ABF985 (or 0xABF985) is unknown color: approx Feijoa. HEX triplet: AB, F9 and 85. RGB value is (171,249,133). Sum of RGB (Red+Green+Blue) = 171+249+133=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF985 is #54067A. Grayscale: #D4D4D4. Windows color (decimal): -5506683 or 8780203. OLE color: 8780203.

HSL color Cylindrical-coordinate representation of color #ABF985: hue angle of 100.34º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABF985 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB171249133-
CMYK0.3100.470.02
HSL100.34º90.62%74.9%-
HSV(B)100.34º46.59%97.65%-
XYZ54.978.134.37-
YUV212.4583.1698.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=30.92%
G=45.03%
B=24.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491330.3100.470.02100.3490.6274.9
HexABF9851F02F2645b4b
Octal253371205370572144133113
Binary10101011111110011000010111111010111110110010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF985; }

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

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

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

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

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

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

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

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