Html Css Color HEX #A0D619 Inch Worm

📋 copy color: '#A0D619'

red 160 ◦ green 214 ◦ blue 25

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

Shades of Inch Worm #A0D619

Tints of Inch Worm #A0D619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.63%

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

R = 40.1%
G = 53.63%
B = 6.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#A0D619 (or 0xA0D619) is known color: Inch Worm. HEX triplet: A0, D6 and 19. RGB value is (160,214,25). Sum of RGB (Red+Green+Blue) = 160+214+25=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D619 is #5F29E6. Grayscale: #B1B1B1. Windows color (decimal): -6236647 or 1693344. OLE color: 1693344.

HSL color Cylindrical-coordinate representation of color #A0D619: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0D619 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 25 -
CMYK 0.25 0 0.88 0.16
HSL 77.14º 0.79% 0.47% -
HSV(B) 77.14º 0.88% 0.84% -
XYZ 38.72 55.64 9.62 -
YUV 176.31 42.61 116.37 -
System Red Green Blue C M Y K H S L
Decimal 160 214 25 0.25 0 0.88 0.16 77.14 0.79 0.47
Hex A0 D6 19 19 0 58 10 4D 4F 2F
Octal 240 326 31 31 0 130 20 115 117 57
Binary 10100000 11010110 11001 11001 0 1011000 10000 1001101 1001111 101111

Color Harmonies of #A0D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D619

Black with #A0D619

Text Example


Text Example

White with #A0D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D619; }

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

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

background-color css

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

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

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

border-color css

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

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

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