Html Css Color HEX #A0DF19 Inch Worm

📋 copy color: '#A0DF19'

red 160 ◦ green 223 ◦ blue 25

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

Shades of Inch Worm #A0DF19

Tints of Inch Worm #A0DF19

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.66%

 BLUE value IS 25 (10.16% from 255) = 6.13%

R = 39.22%
G = 54.66%
B = 6.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#A0DF19 (or 0xA0DF19) is known color: Inch Worm. HEX triplet: A0, DF and 19. RGB value is (160,223,25). Sum of RGB (Red+Green+Blue) = 160+223+25=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF19 is #5F20E6. Grayscale: #B6B6B6. Windows color (decimal): -6234343 or 1695648. OLE color: 1695648.

HSL color Cylindrical-coordinate representation of color #A0DF19: hue angle of 79.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0DF19 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 25 -
CMYK 0.28 0 0.89 0.13
HSL 79.09º 0.8% 0.49% -
HSV(B) 79.09º 0.89% 0.87% -
XYZ 41.06 60.32 10.4 -
YUV 181.59 39.63 112.6 -
System Red Green Blue C M Y K H S L
Decimal 160 223 25 0.28 0 0.89 0.13 79.09 0.8 0.49
Hex A0 DF 19 1C 0 59 D 4F 50 31
Octal 240 337 31 34 0 131 15 117 120 61
Binary 10100000 11011111 11001 11100 0 1011001 1101 1001111 1010000 110001

Color Harmonies of #A0DF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF19

Black with #A0DF19

Text Example


Text Example

White with #A0DF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF19; }

 p { color: rgb(160,223,25); }

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

background-color css

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

 a { background-color: rgb(160,223,25); }

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

border-color css

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

 span { border-color: rgb(160,223,25); }

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