Html Css Color HEX #ABDC14 Inch Worm

📋 copy color: '#ABDC14'

red 171 ◦ green 220 ◦ blue 20

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

Shades of Inch Worm #ABDC14

Tints of Inch Worm #ABDC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 41.61%
G = 53.53%
B = 4.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#ABDC14 (or 0xABDC14) is known color: Inch Worm. HEX triplet: AB, DC and 14. RGB value is (171,220,20). Sum of RGB (Red+Green+Blue) = 171+220+20=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC14 is #5423EB. Grayscale: #B7B7B7. Windows color (decimal): -5514220 or 1367211. OLE color: 1367211.

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

Color convert

RGB 171 220 20 -
CMYK 0.22 0 0.91 0.14
HSL 74.7º 0.83% 0.47% -
HSV(B) 74.7º 0.91% 0.86% -
XYZ 42.51 59.89 9.98 -
YUV 182.55 36.27 119.76 -
System Red Green Blue C M Y K H S L
Decimal 171 220 20 0.22 0 0.91 0.14 74.7 0.83 0.47
Hex AB DC 14 16 0 5B E 4B 53 2F
Octal 253 334 24 26 0 133 16 113 123 57
Binary 10101011 11011100 10100 10110 0 1011011 1110 1001011 1010011 101111

Color Harmonies of #ABDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC14

Black with #ABDC14

Text Example


Text Example

White with #ABDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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