Html Css Color HEX #A0DB13 Inch Worm

📋 copy color: '#A0DB13'

red 160 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #A0DB13

Tints of Inch Worm #A0DB13

RGB

 RED value IS 160 (62.89% from 255) = 40.2%

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

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

R = 40.2%
G = 55.03%
B = 4.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#A0DB13 (or 0xA0DB13) is known color: Inch Worm. HEX triplet: A0, DB and 13. RGB value is (160,219,19). Sum of RGB (Red+Green+Blue) = 160+219+19=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DB13 is #5F24EC. Grayscale: #B3B3B3. Windows color (decimal): -6235373 or 1301408. OLE color: 1301408.

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

Color convert

RGB 160 219 19 -
CMYK 0.27 0 0.91 0.14
HSL 77.7º 0.84% 0.47% -
HSV(B) 77.7º 0.91% 0.86% -
XYZ 39.95 58.18 9.74 -
YUV 178.56 37.95 114.76 -
System Red Green Blue C M Y K H S L
Decimal 160 219 19 0.27 0 0.91 0.14 77.7 0.84 0.47
Hex A0 DB 13 1B 0 5B E 4E 54 2F
Octal 240 333 23 33 0 133 16 116 124 57
Binary 10100000 11011011 10011 11011 0 1011011 1110 1001110 1010100 101111

Color Harmonies of #A0DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB13

Black with #A0DB13

Text Example


Text Example

White with #A0DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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