Html Css Color HEX #A0F419 Inch Worm

📋 copy color: '#A0F419'

red 160 ◦ green 244 ◦ blue 25

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

Shades of Inch Worm #A0F419

Tints of Inch Worm #A0F419

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.88%

 BLUE value IS 25 (10.16% from 255) = 5.83%

R = 37.3%
G = 56.88%
B = 5.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#A0F419 (or 0xA0F419) is known color: Inch Worm. HEX triplet: A0, F4 and 19. RGB value is (160,244,25). Sum of RGB (Red+Green+Blue) = 160+244+25=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F419 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F419 is #5F0BE6. Grayscale: #C2C2C2. Windows color (decimal): -6228967 or 1701024. OLE color: 1701024.

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

Color convert

RGB 160 244 25 -
CMYK 0.34 0 0.90 0.04
HSL 83.01º 0.91% 0.53% -
HSV(B) 83.01º 0.9% 0.96% -
XYZ 47.02 72.25 12.39 -
YUV 193.92 32.67 103.81 -
System Red Green Blue C M Y K H S L
Decimal 160 244 25 0.34 0 0.90 0.04 83.01 0.91 0.53
Hex A0 F4 19 22 0 5A 4 53 5B 35
Octal 240 364 31 42 0 132 4 123 133 65
Binary 10100000 11110100 11001 100010 0 1011010 100 1010011 1011011 110101

Color Harmonies of #A0F419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F419

Black with #A0F419

Text Example


Text Example

White with #A0F419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F419; }

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

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

background-color css

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

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

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

border-color css

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

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

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