#ABF216

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

Shades of Inch Worm #ABF216

Tints of Inch Worm #ABF216

Color information

#ABF216 (or 0xABF216) is unknown color: approx Inch Worm. HEX triplet: AB, F2 and 16. RGB value is (171,242,22). Sum of RGB (Red+Green+Blue) = 171+242+22=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF216 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF216 is #540DE9. Grayscale: #C4C4C4. Windows color (decimal): -5508586 or 1503915. OLE color: 1503915.

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

Color convert

RGB17124222-
CMYK0.2900.910.05
HSL79.36º89.43%51.76%-
HSV(B)79.36º90.91%94.9%-
XYZ48.6972.2212.13-
YUV195.6929.98110.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 242 (94.92% from 255) = 55.63%
BLUE value IS 22 (8.98% from 255) = 5.06%
R=39.31%
G=55.63%
B=5.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171242220.2900.910.0579.3689.4351.76
HexABF2161D05B54f5934
Octal25336226350133511713164
Binary101010111111001010110111010101101110110011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF216; }

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

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

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

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

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

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

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

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