Html Css Color HEX #ABDC0E Inch Worm

📋 copy color: '#ABDC0E'

red 171 ◦ green 220 ◦ blue 14

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

Shades of Inch Worm #ABDC0E

Tints of Inch Worm #ABDC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 42.22%
G = 54.32%
B = 3.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#ABDC0E (or 0xABDC0E) is known color: Inch Worm. HEX triplet: AB, DC and 0E. RGB value is (171,220,14). Sum of RGB (Red+Green+Blue) = 171+220+14=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC0E is #5423F1. Grayscale: #B6B6B6. Windows color (decimal): -5514226 or 973995. OLE color: 973995.

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

Color convert

RGB 171 220 14 -
CMYK 0.22 0 0.94 0.14
HSL 74.27º 0.88% 0.46% -
HSV(B) 74.27º 0.94% 0.86% -
XYZ 42.47 59.88 9.73 -
YUV 181.87 33.27 120.25 -
System Red Green Blue C M Y K H S L
Decimal 171 220 14 0.22 0 0.94 0.14 74.27 0.88 0.46
Hex AB DC E 16 0 5E E 4A 58 2E
Octal 253 334 16 26 0 136 16 112 130 56
Binary 10101011 11011100 1110 10110 0 1011110 1110 1001010 1011000 101110

Color Harmonies of #ABDC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC0E

Black with #ABDC0E

Text Example


Text Example

White with #ABDC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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