Html Css Color HEX #A1F016 Inch Worm

📋 copy color: '#A1F016'

red 161 ◦ green 240 ◦ blue 22

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

Shades of Inch Worm #A1F016

Tints of Inch Worm #A1F016

RGB

 RED value IS 161 (63.28% from 255) = 38.06%

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

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

R = 38.06%
G = 56.74%
B = 5.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#A1F016 (or 0xA1F016) is known color: Inch Worm. HEX triplet: A1, F0 and 16. RGB value is (161,240,22). Sum of RGB (Red+Green+Blue) = 161+240+22=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F016 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F016 is #5E0FE9. Grayscale: #C0C0C0. Windows color (decimal): -6164458 or 1503393. OLE color: 1503393.

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

Color convert

RGB 161 240 22 -
CMYK 0.33 0 0.91 0.06
HSL 81.74º 0.88% 0.51% -
HSV(B) 81.74º 0.91% 0.94% -
XYZ 46 69.96 11.84 -
YUV 191.53 32.33 106.23 -
System Red Green Blue C M Y K H S L
Decimal 161 240 22 0.33 0 0.91 0.06 81.74 0.88 0.51
Hex A1 F0 16 21 0 5B 6 52 58 33
Octal 241 360 26 41 0 133 6 122 130 63
Binary 10100001 11110000 10110 100001 0 1011011 110 1010010 1011000 110011

Color Harmonies of #A1F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F016

Black with #A1F016

Text Example


Text Example

White with #A1F016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F016; }

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

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

background-color css

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

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

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

border-color css

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

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

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