Html Css Color HEX #ABD80C Inch Worm

📋 copy color: '#ABD80C'

red 171 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #ABD80C

Tints of Inch Worm #ABD80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.14%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 42.86%
G = 54.14%
B = 3.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#ABD80C (or 0xABD80C) is known color: Inch Worm. HEX triplet: AB, D8 and 0C. RGB value is (171,216,12). Sum of RGB (Red+Green+Blue) = 171+216+12=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD80C is #5427F3. Grayscale: #B4B4B4. Windows color (decimal): -5515252 or 841899. OLE color: 841899.

HSL color Cylindrical-coordinate representation of color #ABD80C: hue angle of 73.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABD80C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 216 12 -
CMYK 0.21 0 0.94 0.15
HSL 73.24º 0.89% 0.45% -
HSV(B) 73.24º 0.94% 0.85% -
XYZ 41.42 57.8 9.32 -
YUV 179.29 33.59 122.09 -
System Red Green Blue C M Y K H S L
Decimal 171 216 12 0.21 0 0.94 0.15 73.24 0.89 0.45
Hex AB D8 C 15 0 5E F 49 59 2D
Octal 253 330 14 25 0 136 17 111 131 55
Binary 10101011 11011000 1100 10101 0 1011110 1111 1001001 1011001 101101

Color Harmonies of #ABD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD80C

Black with #ABD80C

Text Example


Text Example

White with #ABD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD80C; }

 p { color: rgb(171,216,12); }

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

background-color css

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

 a { background-color: rgb(171,216,12); }

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

border-color css

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

 span { border-color: rgb(171,216,12); }

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