Html Css Color HEX #A1DB13 Inch Worm

📋 copy color: '#A1DB13'

red 161 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #A1DB13

Tints of Inch Worm #A1DB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 40.35%
G = 54.89%
B = 4.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#A1DB13 (or 0xA1DB13) is known color: Inch Worm. HEX triplet: A1, DB and 13. RGB value is (161,219,19). Sum of RGB (Red+Green+Blue) = 161+219+19=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB13 is #5E24EC. Grayscale: #B3B3B3. Windows color (decimal): -6169837 or 1301409. OLE color: 1301409.

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

Color convert

RGB 161 219 19 -
CMYK 0.26 0 0.91 0.14
HSL 77.4º 0.84% 0.47% -
HSV(B) 77.4º 0.91% 0.86% -
XYZ 40.15 58.29 9.75 -
YUV 178.86 37.78 115.26 -
System Red Green Blue C M Y K H S L
Decimal 161 219 19 0.26 0 0.91 0.14 77.4 0.84 0.47
Hex A1 DB 13 1A 0 5B E 4D 54 2F
Octal 241 333 23 32 0 133 16 115 124 57
Binary 10100001 11011011 10011 11010 0 1011011 1110 1001101 1010100 101111

Color Harmonies of #A1DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB13

Black with #A1DB13

Text Example


Text Example

White with #A1DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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