Html Css Color HEX #A0D511 Inch Worm

📋 copy color: '#A0D511'

red 160 ◦ green 213 ◦ blue 17

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

Shades of Inch Worm #A0D511

Tints of Inch Worm #A0D511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.62%

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 41.03%
G = 54.62%
B = 4.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#A0D511 (or 0xA0D511) is known color: Inch Worm. HEX triplet: A0, D5 and 11. RGB value is (160,213,17). Sum of RGB (Red+Green+Blue) = 160+213+17=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D511 is #5F2AEE. Grayscale: #AFAFAF. Windows color (decimal): -6236911 or 1168800. OLE color: 1168800.

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

Color convert

RGB 160 213 17 -
CMYK 0.25 0 0.92 0.16
HSL 76.22º 0.85% 0.45% -
HSV(B) 76.22º 0.92% 0.84% -
XYZ 38.39 55.1 9.14 -
YUV 174.81 38.94 117.44 -
System Red Green Blue C M Y K H S L
Decimal 160 213 17 0.25 0 0.92 0.16 76.22 0.85 0.45
Hex A0 D5 11 19 0 5C 10 4C 55 2D
Octal 240 325 21 31 0 134 20 114 125 55
Binary 10100000 11010101 10001 11001 0 1011100 10000 1001100 1010101 101101

Color Harmonies of #A0D511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D511

Black with #A0D511

Text Example


Text Example

White with #A0D511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D511; }

 p { color: rgb(160,213,17); }

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

background-color css

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

 a { background-color: rgb(160,213,17); }

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

border-color css

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

 span { border-color: rgb(160,213,17); }

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