Html Css Color HEX #ABDC0B Inch Worm

📋 copy color: '#ABDC0B'

red 171 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #ABDC0B

Tints of Inch Worm #ABDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 42.54%
G = 54.73%
B = 2.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#ABDC0B (or 0xABDC0B) is known color: Inch Worm. HEX triplet: AB, DC and 0B. RGB value is (171,220,11). Sum of RGB (Red+Green+Blue) = 171+220+11=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC0B is #5423F4. Grayscale: #B6B6B6. Windows color (decimal): -5514229 or 777387. OLE color: 777387.

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

Color convert

RGB 171 220 11 -
CMYK 0.22 0 0.95 0.14
HSL 74.07º 0.9% 0.45% -
HSV(B) 74.07º 0.95% 0.86% -
XYZ 42.45 59.87 9.64 -
YUV 181.52 31.77 120.49 -
System Red Green Blue C M Y K H S L
Decimal 171 220 11 0.22 0 0.95 0.14 74.07 0.9 0.45
Hex AB DC B 16 0 5F E 4A 5A 2D
Octal 253 334 13 26 0 137 16 112 132 55
Binary 10101011 11011100 1011 10110 0 1011111 1110 1001010 1011010 101101

Color Harmonies of #ABDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC0B

Black with #ABDC0B

Text Example


Text Example

White with #ABDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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