Html Css Color HEX #A0DB15 Inch Worm

📋 copy color: '#A0DB15'

red 160 ◦ green 219 ◦ blue 21

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

Shades of Inch Worm #A0DB15

Tints of Inch Worm #A0DB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 40%
G = 54.75%
B = 5.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#A0DB15 (or 0xA0DB15) is known color: Inch Worm. HEX triplet: A0, DB and 15. RGB value is (160,219,21). Sum of RGB (Red+Green+Blue) = 160+219+21=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DB15 is #5F24EA. Grayscale: #B3B3B3. Windows color (decimal): -6235371 or 1432480. OLE color: 1432480.

HSL color Cylindrical-coordinate representation of color #A0DB15: hue angle of 77.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0DB15 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 21 -
CMYK 0.27 0 0.90 0.14
HSL 77.88º 0.83% 0.47% -
HSV(B) 77.88º 0.9% 0.86% -
XYZ 39.96 58.19 9.84 -
YUV 178.79 38.95 114.6 -
System Red Green Blue C M Y K H S L
Decimal 160 219 21 0.27 0 0.90 0.14 77.88 0.83 0.47
Hex A0 DB 15 1B 0 5A E 4E 52 2F
Octal 240 333 25 33 0 132 16 116 122 57
Binary 10100000 11011011 10101 11011 0 1011010 1110 1001110 1010010 101111

Color Harmonies of #A0DB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB15

Black with #A0DB15

Text Example


Text Example

White with #A0DB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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