Html Css Color HEX #A0D914 Inch Worm

📋 copy color: '#A0D914'

red 160 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #A0D914

Tints of Inch Worm #A0D914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.66%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 40.3%
G = 54.66%
B = 5.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#A0D914 (or 0xA0D914) is known color: Inch Worm. HEX triplet: A0, D9 and 14. RGB value is (160,217,20). Sum of RGB (Red+Green+Blue) = 160+217+20=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D914 is #5F26EB. Grayscale: #B2B2B2. Windows color (decimal): -6235884 or 1366432. OLE color: 1366432.

HSL color Cylindrical-coordinate representation of color #A0D914: hue angle of 77.36º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0D914 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 20 -
CMYK 0.26 0 0.91 0.15
HSL 77.36º 0.83% 0.46% -
HSV(B) 77.36º 0.91% 0.85% -
XYZ 39.44 57.15 9.61 -
YUV 177.5 39.12 115.52 -
System Red Green Blue C M Y K H S L
Decimal 160 217 20 0.26 0 0.91 0.15 77.36 0.83 0.46
Hex A0 D9 14 1A 0 5B F 4D 53 2E
Octal 240 331 24 32 0 133 17 115 123 56
Binary 10100000 11011001 10100 11010 0 1011011 1111 1001101 1010011 101110

Color Harmonies of #A0D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D914

Black with #A0D914

Text Example


Text Example

White with #A0D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D914; }

 p { color: rgb(160,217,20); }

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

background-color css

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

 a { background-color: rgb(160,217,20); }

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

border-color css

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

 span { border-color: rgb(160,217,20); }

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