Html Css Color HEX #A1DB04 Inch Worm

📋 copy color: '#A1DB04'

red 161 ◦ green 219 ◦ blue 4

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

Shades of Inch Worm #A1DB04

Tints of Inch Worm #A1DB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 41.93%
G = 57.03%
B = 1.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#A1DB04 (or 0xA1DB04) is known color: Inch Worm. HEX triplet: A1, DB and 04. RGB value is (161,219,4). Sum of RGB (Red+Green+Blue) = 161+219+4=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB04 is #5E24FB. Grayscale: #B1B1B1. Windows color (decimal): -6169852 or 318369. OLE color: 318369.

HSL color Cylindrical-coordinate representation of color #A1DB04: hue angle of 76.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1DB04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 4 -
CMYK 0.26 0 0.98 0.14
HSL 76.19º 0.96% 0.44% -
HSV(B) 76.19º 0.98% 0.86% -
XYZ 40.05 58.25 9.25 -
YUV 177.15 30.28 116.48 -
System Red Green Blue C M Y K H S L
Decimal 161 219 4 0.26 0 0.98 0.14 76.19 0.96 0.44
Hex A1 DB 4 1A 0 62 E 4C 60 2C
Octal 241 333 4 32 0 142 16 114 140 54
Binary 10100001 11011011 100 11010 0 1100010 1110 1001100 1100000 101100

Color Harmonies of #A1DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB04

Black with #A1DB04

Text Example


Text Example

White with #A1DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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