Html Css Color HEX #A6F113 Inch Worm

📋 copy color: '#A6F113'

red 166 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #A6F113

Tints of Inch Worm #A6F113

RGB

 RED value IS 166 (65.23% from 255) = 38.97%

 GREEN value IS 241 (94.53% from 255) = 56.57%

 BLUE value IS 19 (7.81% from 255) = 4.46%

R = 38.97%
G = 56.57%
B = 4.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#A6F113 (or 0xA6F113) is known color: Inch Worm. HEX triplet: A6, F1 and 13. RGB value is (166,241,19). Sum of RGB (Red+Green+Blue) = 166+241+19=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F113 is #590EEC. Grayscale: #C2C2C2. Windows color (decimal): -5836525 or 1307046. OLE color: 1307046.

HSL color Cylindrical-coordinate representation of color #A6F113: hue angle of 80.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6F113 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 19 -
CMYK 0.31 0 0.92 0.05
HSL 80.27º 0.89% 0.51% -
HSV(B) 80.27º 0.92% 0.95% -
XYZ 47.3 71.06 11.84 -
YUV 193.27 29.65 108.55 -
System Red Green Blue C M Y K H S L
Decimal 166 241 19 0.31 0 0.92 0.05 80.27 0.89 0.51
Hex A6 F1 13 1F 0 5C 5 50 59 33
Octal 246 361 23 37 0 134 5 120 131 63
Binary 10100110 11110001 10011 11111 0 1011100 101 1010000 1011001 110011

Color Harmonies of #A6F113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F113

Black with #A6F113

Text Example


Text Example

White with #A6F113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F113; }

 p { color: rgb(166,241,19); }

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

background-color css

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

 a { background-color: rgb(166,241,19); }

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

border-color css

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

 span { border-color: rgb(166,241,19); }

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