#ABD316

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

Shades of Inch Worm #ABD316

Tints of Inch Worm #ABD316

Color information

#ABD316 (or 0xABD316) is unknown color: approx Inch Worm. HEX triplet: AB, D3 and 16. RGB value is (171,211,22). Sum of RGB (Red+Green+Blue) = 171+211+22=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD316 is #542CE9. Grayscale: #B2B2B2. Windows color (decimal): -5516522 or 1495979. OLE color: 1495979.

HSL color Cylindrical-coordinate representation of color #ABD316: hue angle of 72.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABD316 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB17121122-
CMYK0.1900.900.17
HSL72.7º81.12%45.69%-
HSV(B)72.7º89.57%82.75%-
XYZ40.2355.39.31-
YUV177.4940.25123.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 211 (82.81% from 255) = 52.23%
BLUE value IS 22 (8.98% from 255) = 5.45%
R=42.33%
G=52.23%
B=5.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171211220.1900.900.1772.781.1245.69
HexABD3161305A1149512e
Octal253323262301322111112156
Binary10101011110100111011010011010110101000110010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD316; }

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

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

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

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

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

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

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

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