Html Css Color HEX #ABDC16 Inch Worm

📋 copy color: '#ABDC16'

red 171 ◦ green 220 ◦ blue 22

#ABDC16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ABDC16

Tints of Inch Worm #ABDC16

RGB

 RED value IS 171 (67.19% from 255) = 41.4%

 GREEN value IS 220 (86.33% from 255) = 53.27%

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 41.4%
G = 53.27%
B = 5.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#ABDC16 (or 0xABDC16) is known color: Inch Worm. HEX triplet: AB, DC and 16. RGB value is (171,220,22). Sum of RGB (Red+Green+Blue) = 171+220+22=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC16 is #5423E9. Grayscale: #B7B7B7. Windows color (decimal): -5514218 or 1498283. OLE color: 1498283.

HSL color Cylindrical-coordinate representation of color #ABDC16: hue angle of 74.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABDC16 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 22 -
CMYK 0.22 0 0.9 0.14
HSL 74.85º 0.82% 0.47% -
HSV(B) 74.85º 0.9% 0.86% -
XYZ 42.53 59.9 10.08 -
YUV 182.78 37.27 119.6 -
System Red Green Blue C M Y K H S L
Decimal 171 220 22 0.22 0 0.9 0.14 74.85 0.82 0.47
Hex AB DC 16 16 0 5A E 4B 52 2F
Octal 253 334 26 26 0 132 16 113 122 57
Binary 10101011 11011100 10110 10110 0 1011010 1110 1001011 1010010 101111

Color Harmonies of #ABDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC16

Black with #ABDC16

Text Example


Text Example

White with #ABDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC16; }

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

 H1.HeaderClassName
 {
   color: #ABDC16;
 }
 .AnyTagClassName
 {
   color: #ABDC16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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