Html Css Color HEX #A1DB00 Inch Worm

📋 copy color: '#A1DB00'

red 161 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #A1DB00

Tints of Inch Worm #A1DB00

RGB

 RED value IS 161 (63.28% from 255) = 42.37%

 GREEN value IS 219 (85.94% from 255) = 57.63%

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

R = 42.37%
G = 57.63%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#A1DB00 (or 0xA1DB00) is known color: Inch Worm. HEX triplet: A1, DB and 00. RGB value is (161,219,0). Sum of RGB (Red+Green+Blue) = 161+219+0=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB00 is #5E24FF. Grayscale: #B1B1B1. Windows color (decimal): -6169856 or 56225. OLE color: 56225.

HSL color Cylindrical-coordinate representation of color #A1DB00: hue angle of 75.89º 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 #A1DB00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 0 -
CMYK 0.26 0 1 0.14
HSL 75.89º 1% 0.43% -
HSV(B) 75.89º 1% 0.86% -
XYZ 40.03 58.24 9.13 -
YUV 176.69 28.28 116.81 -
System Red Green Blue C M Y K H S L
Decimal 161 219 0 0.26 0 1 0.14 75.89 1 0.43
Hex A1 DB 0 1A 0 64 E 4C 64 2B
Octal 241 333 0 32 0 144 16 114 144 53
Binary 10100001 11011011 0 11010 0 1100100 1110 1001100 1100100 101011

Color Harmonies of #A1DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB00

Black with #A1DB00

Text Example


Text Example

White with #A1DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB00; }

 p { color: rgb(161,219,0); }

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

background-color css

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

 a { background-color: rgb(161,219,0); }

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

border-color css

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

 span { border-color: rgb(161,219,0); }

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