Html Css Color HEX #A1DB03 Inch Worm

📋 copy color: '#A1DB03'

red 161 ◦ green 219 ◦ blue 3

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

Shades of Inch Worm #A1DB03

Tints of Inch Worm #A1DB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 42.04%
G = 57.18%
B = 0.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#A1DB03 (or 0xA1DB03) is known color: Inch Worm. HEX triplet: A1, DB and 03. RGB value is (161,219,3). Sum of RGB (Red+Green+Blue) = 161+219+3=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB03 is #5E24FC. Grayscale: #B1B1B1. Windows color (decimal): -6169853 or 252833. OLE color: 252833.

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

Color convert

RGB 161 219 3 -
CMYK 0.26 0 0.99 0.14
HSL 76.11º 0.97% 0.44% -
HSV(B) 76.11º 0.99% 0.86% -
XYZ 40.05 58.25 9.22 -
YUV 177.03 29.78 116.56 -
System Red Green Blue C M Y K H S L
Decimal 161 219 3 0.26 0 0.99 0.14 76.11 0.97 0.44
Hex A1 DB 3 1A 0 63 E 4C 61 2C
Octal 241 333 3 32 0 143 16 114 141 54
Binary 10100001 11011011 11 11010 0 1100011 1110 1001100 1100001 101100

Color Harmonies of #A1DB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB03

Black with #A1DB03

Text Example


Text Example

White with #A1DB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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