Html Css Color HEX #A8F016 Inch Worm

📋 copy color: '#A8F016'

red 168 ◦ green 240 ◦ blue 22

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

Shades of Inch Worm #A8F016

Tints of Inch Worm #A8F016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 39.07%
G = 55.81%
B = 5.12%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#A8F016 (or 0xA8F016) is known color: Inch Worm. HEX triplet: A8, F0 and 16. RGB value is (168,240,22). Sum of RGB (Red+Green+Blue) = 168+240+22=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F016 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F016 is #570FE9. Grayscale: #C2C2C2. Windows color (decimal): -5705706 or 1503400. OLE color: 1503400.

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

Color convert

RGB 168 240 22 -
CMYK 0.3 0 0.91 0.06
HSL 79.82º 0.88% 0.51% -
HSV(B) 79.82º 0.91% 0.94% -
XYZ 47.45 70.7 11.91 -
YUV 193.62 31.15 109.73 -
System Red Green Blue C M Y K H S L
Decimal 168 240 22 0.3 0 0.91 0.06 79.82 0.88 0.51
Hex A8 F0 16 1E 0 5B 6 50 58 33
Octal 250 360 26 36 0 133 6 120 130 63
Binary 10101000 11110000 10110 11110 0 1011011 110 1010000 1011000 110011

Color Harmonies of #A8F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F016

Black with #A8F016

Text Example


Text Example

White with #A8F016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F016; }

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

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

background-color css

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

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

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

border-color css

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

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

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