#A0F319

Color #A0F319 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A0F319

Tints of Inch Worm #A0F319

Color information

#A0F319 (or 0xA0F319) is unknown color: approx Inch Worm. HEX triplet: A0, F3 and 19. RGB value is (160,243,25). Sum of RGB (Red+Green+Blue) = 160+243+25=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F319 is #5F0CE6. Grayscale: #C2C2C2. Windows color (decimal): -6229223 or 1700768. OLE color: 1700768.

HSL color Cylindrical-coordinate representation of color #A0F319: hue angle of 82.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0F319 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB16024325-
CMYK0.3400.900.05
HSL82.84º90.08%52.55%-
HSV(B)82.84º89.71%95.29%-
XYZ46.7271.6412.29-
YUV193.3333104.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 243 (95.31% from 255) = 56.78%
BLUE value IS 25 (10.16% from 255) = 5.84%
R=37.38%
G=56.78%
B=5.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160243250.3400.900.0582.8490.0852.55
HexA0F3192205A5535a35
Octal24036331420132512313265
Binary1010000011110011110011000100101101010110100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F319; }

 p { color: rgb(160,243,25); }

 H1.HeaderClassName
 {
   color: #A0F319;
 }
 .AnyTagClassName
 {
   color: #A0F319;
 }
</style>
background-color css

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

 a { background-color: rgb(160,243,25); }

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

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

 span { border-color: rgb(160,243,25); }

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