Html Css Color HEX #A0D70B Inch Worm

📋 copy color: '#A0D70B'

red 160 ◦ green 215 ◦ blue 11

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

Shades of Inch Worm #A0D70B

Tints of Inch Worm #A0D70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.85%

R = 41.45%
G = 55.7%
B = 2.85%

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

#A0D70B (or 0xA0D70B) is known color: Inch Worm. HEX triplet: A0, D7 and 0B. RGB value is (160,215,11). Sum of RGB (Red+Green+Blue) = 160+215+11=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D70B is #5F28F4. Grayscale: #B0B0B0. Windows color (decimal): -6236405 or 776096. OLE color: 776096.

HSL color Cylindrical-coordinate representation of color #A0D70B: hue angle of 76.18º degrees, saturation: 0.9, 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 #A0D70B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 11 -
CMYK 0.26 0 0.95 0.16
HSL 76.18º 0.9% 0.44% -
HSV(B) 76.18º 0.95% 0.84% -
XYZ 38.86 56.1 9.1 -
YUV 175.3 35.28 117.09 -
System Red Green Blue C M Y K H S L
Decimal 160 215 11 0.26 0 0.95 0.16 76.18 0.9 0.44
Hex A0 D7 B 1A 0 5F 10 4C 5A 2C
Octal 240 327 13 32 0 137 20 114 132 54
Binary 10100000 11010111 1011 11010 0 1011111 10000 1001100 1011010 101100

Color Harmonies of #A0D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D70B

Black with #A0D70B

Text Example


Text Example

White with #A0D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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