Html Css Color HEX #A0E90B Inch Worm

📋 copy color: '#A0E90B'

red 160 ◦ green 233 ◦ blue 11

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

Shades of Inch Worm #A0E90B

Tints of Inch Worm #A0E90B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 57.67%

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

R = 39.6%
G = 57.67%
B = 2.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#A0E90B (or 0xA0E90B) is known color: Inch Worm. HEX triplet: A0, E9 and 0B. RGB value is (160,233,11). Sum of RGB (Red+Green+Blue) = 160+233+11=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E90B is #5F16F4. Grayscale: #BABABA. Windows color (decimal): -6231797 or 780704. OLE color: 780704.

HSL color Cylindrical-coordinate representation of color #A0E90B: hue angle of 79.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0E90B is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 11 -
CMYK 0.31 0 0.95 0.09
HSL 79.73º 0.91% 0.48% -
HSV(B) 79.73º 0.95% 0.91% -
XYZ 43.7 65.78 10.71 -
YUV 185.87 29.32 109.55 -
System Red Green Blue C M Y K H S L
Decimal 160 233 11 0.31 0 0.95 0.09 79.73 0.91 0.48
Hex A0 E9 B 1F 0 5F 9 50 5B 30
Octal 240 351 13 37 0 137 11 120 133 60
Binary 10100000 11101001 1011 11111 0 1011111 1001 1010000 1011011 110000

Color Harmonies of #A0E90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E90B

Black with #A0E90B

Text Example


Text Example

White with #A0E90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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