Html Css Color HEX #A8F020 Inch Worm

📋 copy color: '#A8F020'

red 168 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #A8F020

Tints of Inch Worm #A8F020

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

 GREEN value IS 240 (94.14% from 255) = 54.55%

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 38.18%
G = 54.55%
B = 7.27%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#A8F020 (or 0xA8F020) is known color: Inch Worm. HEX triplet: A8, F0 and 20. RGB value is (168,240,32). Sum of RGB (Red+Green+Blue) = 168+240+32=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F020 is #570FDF. Grayscale: #C3C3C3. Windows color (decimal): -5705696 or 2158760. OLE color: 2158760.

HSL color Cylindrical-coordinate representation of color #A8F020: hue angle of 80.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8F020 is Cyan = 0.3, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 32 -
CMYK 0.3 0 0.87 0.06
HSL 80.77º 0.87% 0.53% -
HSV(B) 80.77º 0.87% 0.94% -
XYZ 47.57 70.75 12.52 -
YUV 194.76 36.15 108.91 -
System Red Green Blue C M Y K H S L
Decimal 168 240 32 0.3 0 0.87 0.06 80.77 0.87 0.53
Hex A8 F0 20 1E 0 57 6 51 57 35
Octal 250 360 40 36 0 127 6 121 127 65
Binary 10101000 11110000 100000 11110 0 1010111 110 1010001 1010111 110101

Color Harmonies of #A8F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F020

Black with #A8F020

Text Example


Text Example

White with #A8F020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F020; }

 p { color: rgb(168,240,32); }

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

background-color css

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

 a { background-color: rgb(168,240,32); }

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

border-color css

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

 span { border-color: rgb(168,240,32); }

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