Html Css Color HEX #A0D90F Inch Worm

📋 copy color: '#A0D90F'

red 160 ◦ green 217 ◦ blue 15

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

Shades of Inch Worm #A0D90F

Tints of Inch Worm #A0D90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.83%

R = 40.82%
G = 55.36%
B = 3.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#A0D90F (or 0xA0D90F) is known color: Inch Worm. HEX triplet: A0, D9 and 0F. RGB value is (160,217,15). Sum of RGB (Red+Green+Blue) = 160+217+15=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D90F is #5F26F0. Grayscale: #B1B1B1. Windows color (decimal): -6235889 or 1038752. OLE color: 1038752.

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

Color convert

RGB 160 217 15 -
CMYK 0.26 0 0.93 0.15
HSL 76.93º 0.87% 0.45% -
HSV(B) 76.93º 0.93% 0.85% -
XYZ 39.4 57.13 9.4 -
YUV 176.93 36.62 115.93 -
System Red Green Blue C M Y K H S L
Decimal 160 217 15 0.26 0 0.93 0.15 76.93 0.87 0.45
Hex A0 D9 F 1A 0 5D F 4D 57 2D
Octal 240 331 17 32 0 135 17 115 127 55
Binary 10100000 11011001 1111 11010 0 1011101 1111 1001101 1010111 101101

Color Harmonies of #A0D90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D90F

Black with #A0D90F

Text Example


Text Example

White with #A0D90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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