Html Css Color HEX #A0D70A Inch Worm

📋 copy color: '#A0D70A'

red 160 ◦ green 215 ◦ blue 10

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

Shades of Inch Worm #A0D70A

Tints of Inch Worm #A0D70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.84%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 41.56%
G = 55.84%
B = 2.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#A0D70A (or 0xA0D70A) is known color: Inch Worm. HEX triplet: A0, D7 and 0A. RGB value is (160,215,10). Sum of RGB (Red+Green+Blue) = 160+215+10=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D70A is #5F28F5. Grayscale: #AFAFAF. Windows color (decimal): -6236406 or 710560. OLE color: 710560.

HSL color Cylindrical-coordinate representation of color #A0D70A: hue angle of 76.1º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0D70A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 10 -
CMYK 0.26 0 0.95 0.16
HSL 76.1º 0.91% 0.44% -
HSV(B) 76.1º 0.95% 0.84% -
XYZ 38.85 56.1 9.07 -
YUV 175.19 34.78 117.17 -
System Red Green Blue C M Y K H S L
Decimal 160 215 10 0.26 0 0.95 0.16 76.1 0.91 0.44
Hex A0 D7 A 1A 0 5F 10 4C 5B 2C
Octal 240 327 12 32 0 137 20 114 133 54
Binary 10100000 11010111 1010 11010 0 1011111 10000 1001100 1011011 101100

Color Harmonies of #A0D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D70A

Black with #A0D70A

Text Example


Text Example

White with #A0D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D70A; }

 p { color: rgb(160,215,10); }

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

background-color css

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

 a { background-color: rgb(160,215,10); }

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

border-color css

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

 span { border-color: rgb(160,215,10); }

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