Html Css Color HEX #A8F010 Inch Worm

📋 copy color: '#A8F010'

red 168 ◦ green 240 ◦ blue 16

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

Shades of Inch Worm #A8F010

Tints of Inch Worm #A8F010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 39.62%
G = 56.6%
B = 3.77%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#A8F010 (or 0xA8F010) is known color: Inch Worm. HEX triplet: A8, F0 and 10. RGB value is (168,240,16). Sum of RGB (Red+Green+Blue) = 168+240+16=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F010 is #570FEF. Grayscale: #C1C1C1. Windows color (decimal): -5705712 or 1110184. OLE color: 1110184.

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

Color convert

RGB 168 240 16 -
CMYK 0.3 0 0.93 0.06
HSL 79.29º 0.88% 0.5% -
HSV(B) 79.29º 0.93% 0.94% -
XYZ 47.4 70.68 11.63 -
YUV 192.94 28.15 110.21 -
System Red Green Blue C M Y K H S L
Decimal 168 240 16 0.3 0 0.93 0.06 79.29 0.88 0.5
Hex A8 F0 10 1E 0 5D 6 4F 58 32
Octal 250 360 20 36 0 135 6 117 130 62
Binary 10101000 11110000 10000 11110 0 1011101 110 1001111 1011000 110010

Color Harmonies of #A8F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F010

Black with #A8F010

Text Example


Text Example

White with #A8F010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F010; }

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

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

background-color css

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

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

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

border-color css

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

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

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