#ABF560

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

Shades of Conifer #ABF560

Tints of Conifer #ABF560

Color information

#ABF560 (or 0xABF560) is unknown color: approx Conifer. HEX triplet: AB, F5 and 60. RGB value is (171,245,96). Sum of RGB (Red+Green+Blue) = 171+245+96=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF560 is #540A9F. Grayscale: #CECECE. Windows color (decimal): -5507744 or 6354347. OLE color: 6354347.

HSL color Cylindrical-coordinate representation of color #ABF560: hue angle of 89.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABF560 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB17124596-
CMYK0.3000.610.04
HSL89.8º88.17%66.86%-
HSV(B)89.8º60.82%96.08%-
XYZ51.5674.8122.79-
YUV205.8965.98103.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 245 (96.09% from 255) = 47.85%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=33.40%
G=47.85%
B=18.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171245960.3000.610.0489.888.1766.86
HexABF5601E03D45a5843
Octal253365140360754132130103
Binary10101011111101011100000111100111101100101101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF560; }

 p { color: rgb(171,245,96); }

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

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

 a { background-color: rgb(171,245,96); }

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

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

 span { border-color: rgb(171,245,96); }

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