#ABF460

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

Shades of Conifer #ABF460

Tints of Conifer #ABF460

Color information

#ABF460 (or 0xABF460) is unknown color: approx Conifer. HEX triplet: AB, F4 and 60. RGB value is (171,244,96). Sum of RGB (Red+Green+Blue) = 171+244+96=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF460 is #540B9F. Grayscale: #CDCDCD. Windows color (decimal): -5508000 or 6354091. OLE color: 6354091.

HSL color Cylindrical-coordinate representation of color #ABF460: hue angle of 89.59º degrees, saturation: 0.87, 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 #ABF460 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB17124496-
CMYK0.3000.610.04
HSL89.59º87.06%66.67%-
HSV(B)89.59º60.66%95.69%-
XYZ51.2674.222.69-
YUV205.366.32103.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 244 (95.70% from 255) = 47.75%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=33.46%
G=47.75%
B=18.79%

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
Decimal171244960.3000.610.0489.5987.0666.67
HexABF4601E03D45a5743
Octal253364140360754132127103
Binary10101011111101001100000111100111101100101101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF460; }

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

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

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

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

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

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

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

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