#ABF11C

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

Shades of Inch Worm #ABF11C

Tints of Inch Worm #ABF11C

Color information

#ABF11C (or 0xABF11C) is unknown color: approx Inch Worm. HEX triplet: AB, F1 and 1C. RGB value is (171,241,28). Sum of RGB (Red+Green+Blue) = 171+241+28=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF11C is #540EE3. Grayscale: #C4C4C4. Windows color (decimal): -5508836 or 1896875. OLE color: 1896875.

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

Color convert

RGB17124128-
CMYK0.2900.880.05
HSL79.72º88.38%52.75%-
HSV(B)79.72º88.38%94.51%-
XYZ48.4671.6512.37-
YUV195.7933.31110.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 241 (94.53% from 255) = 54.77%
BLUE value IS 28 (11.33% from 255) = 6.36%
R=38.86%
G=54.77%
B=6.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171241280.2900.880.0579.7288.3852.75
HexABF11C1D0585505835
Octal25336134350130512013065
Binary101010111111000111100111010101100010110100001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF11C; }

 p { color: rgb(171,241,28); }

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

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

 a { background-color: rgb(171,241,28); }

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

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

 span { border-color: rgb(171,241,28); }

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