Html Css Color HEX #ABD400 Inch Worm

📋 copy color: '#ABD400'

red 171 ◦ green 212 ◦ blue 0

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

Shades of Inch Worm #ABD400

Tints of Inch Worm #ABD400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.35%

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

R = 44.65%
G = 55.35%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#ABD400 (or 0xABD400) is known color: Inch Worm. HEX triplet: AB, D4 and 00. RGB value is (171,212,0). Sum of RGB (Red+Green+Blue) = 171+212+0=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD400 is #542BFF. Grayscale: #B0B0B0. Windows color (decimal): -5516288 or 54443. OLE color: 54443.

HSL color Cylindrical-coordinate representation of color #ABD400: hue angle of 71.6º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABD400 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 0 -
CMYK 0.19 0 1 0.17
HSL 71.6º 1% 0.42% -
HSV(B) 71.6º 1% 0.83% -
XYZ 40.34 55.74 8.63 -
YUV 175.57 28.92 124.74 -
System Red Green Blue C M Y K H S L
Decimal 171 212 0 0.19 0 1 0.17 71.6 1 0.42
Hex AB D4 0 13 0 64 11 48 64 2A
Octal 253 324 0 23 0 144 21 110 144 52
Binary 10101011 11010100 0 10011 0 1100100 10001 1001000 1100100 101010

Color Harmonies of #ABD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD400

Black with #ABD400

Text Example


Text Example

White with #ABD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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