#ABF257

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

Shades of Conifer #ABF257

Tints of Conifer #ABF257

Color information

#ABF257 (or 0xABF257) is unknown color: approx Conifer. HEX triplet: AB, F2 and 57. RGB value is (171,242,87). Sum of RGB (Red+Green+Blue) = 171+242+87=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF257 is #540DA8. Grayscale: #CBCBCB. Windows color (decimal): -5508521 or 5763755. OLE color: 5763755.

HSL color Cylindrical-coordinate representation of color #ABF257: hue angle of 87.48º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABF257 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB17124287-
CMYK0.2900.640.05
HSL87.48º85.64%64.51%-
HSV(B)87.48º64.05%94.9%-
XYZ50.2772.8520.43-
YUV203.162.48105.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 242 (94.92% from 255) = 48.4%
BLUE value IS 87 (34.38% from 255) = 17.4%
R=34.2%
G=48.4%
B=17.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171242870.2900.640.0587.4885.6464.51
HexABF2571D0405575641
Octal2533621273501005127126101
Binary101010111111001010101111110101000000101101011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF257; }

 p { color: rgb(171,242,87); }

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

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

 a { background-color: rgb(171,242,87); }

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

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

 span { border-color: rgb(171,242,87); }

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