Html Css Color HEX #A8F011 Inch Worm

📋 copy color: '#A8F011'

red 168 ◦ green 240 ◦ blue 17

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

Shades of Inch Worm #A8F011

Tints of Inch Worm #A8F011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4%

R = 39.53%
G = 56.47%
B = 4%

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

#A8F011 (or 0xA8F011) is known color: Inch Worm. HEX triplet: A8, F0 and 11. RGB value is (168,240,17). Sum of RGB (Red+Green+Blue) = 168+240+17=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F011 is #570FEE. Grayscale: #C1C1C1. Windows color (decimal): -5705711 or 1175720. OLE color: 1175720.

HSL color Cylindrical-coordinate representation of color #A8F011: hue angle of 79.37º 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 #A8F011 is Cyan = 0.3, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 17 -
CMYK 0.3 0 0.93 0.06
HSL 79.37º 0.88% 0.5% -
HSV(B) 79.37º 0.93% 0.94% -
XYZ 47.41 70.69 11.68 -
YUV 193.05 28.65 110.13 -
System Red Green Blue C M Y K H S L
Decimal 168 240 17 0.3 0 0.93 0.06 79.37 0.88 0.5
Hex A8 F0 11 1E 0 5D 6 4F 58 32
Octal 250 360 21 36 0 135 6 117 130 62
Binary 10101000 11110000 10001 11110 0 1011101 110 1001111 1011000 110010

Color Harmonies of #A8F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F011

Black with #A8F011

Text Example


Text Example

White with #A8F011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F011; }

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

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

background-color css

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

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

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

border-color css

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

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

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