Html Css Color HEX #ABDC00 Inch Worm

📋 copy color: '#ABDC00'

red 171 ◦ green 220 ◦ blue 0

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

Shades of Inch Worm #ABDC00

Tints of Inch Worm #ABDC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.73%
G = 56.27%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#ABDC00 (or 0xABDC00) is known color: Inch Worm. HEX triplet: AB, DC and 00. RGB value is (171,220,0). Sum of RGB (Red+Green+Blue) = 171+220+0=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC00 is #5423FF. Grayscale: #B5B5B5. Windows color (decimal): -5514240 or 56491. OLE color: 56491.

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

Color convert

RGB 171 220 0 -
CMYK 0.22 0 1 0.14
HSL 73.36º 1% 0.43% -
HSV(B) 73.36º 1% 0.86% -
XYZ 42.39 59.84 9.32 -
YUV 180.27 26.27 121.39 -
System Red Green Blue C M Y K H S L
Decimal 171 220 0 0.22 0 1 0.14 73.36 1 0.43
Hex AB DC 0 16 0 64 E 49 64 2B
Octal 253 334 0 26 0 144 16 111 144 53
Binary 10101011 11011100 0 10110 0 1100100 1110 1001001 1100100 101011

Color Harmonies of #ABDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC00

Black with #ABDC00

Text Example


Text Example

White with #ABDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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