#ABF655

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

Shades of Conifer #ABF655

Tints of Conifer #ABF655

Color information

#ABF655 (or 0xABF655) is unknown color: approx Conifer. HEX triplet: AB, F6 and 55. RGB value is (171,246,85). Sum of RGB (Red+Green+Blue) = 171+246+85=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF655 is #5409AA. Grayscale: #CDCDCD. Windows color (decimal): -5507499 or 5633707. OLE color: 5633707.

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

Color convert

RGB17124685-
CMYK0.3000.650.04
HSL87.95º89.94%64.9%-
HSV(B)87.95º65.45%96.47%-
XYZ51.3975.2320.41-
YUV205.2260.15103.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 246 (96.48% from 255) = 49.00%
BLUE value IS 85 (33.59% from 255) = 16.93%
R=34.06%
G=49.00%
B=16.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171246850.3000.650.0487.9589.9464.9
HexABF6551E0414585a41
Octal2533661253601014130132101
Binary101010111111011010101011111001000001100101100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF655; }

 p { color: rgb(171,246,85); }

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

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

 a { background-color: rgb(171,246,85); }

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

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

 span { border-color: rgb(171,246,85); }

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