Html Css Color HEX #A1DB05 Inch Worm

📋 copy color: '#A1DB05'

red 161 ◦ green 219 ◦ blue 5

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

Shades of Inch Worm #A1DB05

Tints of Inch Worm #A1DB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 41.82%
G = 56.88%
B = 1.3%

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

#A1DB05 (or 0xA1DB05) is known color: Inch Worm. HEX triplet: A1, DB and 05. RGB value is (161,219,5). Sum of RGB (Red+Green+Blue) = 161+219+5=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB05 is #5E24FA. Grayscale: #B2B2B2. Windows color (decimal): -6169851 or 383905. OLE color: 383905.

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

Color convert

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

Color Harmonies of #A1DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB05

Black with #A1DB05

Text Example


Text Example

White with #A1DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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