Html Css Color HEX #A6F118 Inch Worm

📋 copy color: '#A6F118'

red 166 ◦ green 241 ◦ blue 24

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

Shades of Inch Worm #A6F118

Tints of Inch Worm #A6F118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 38.52%
G = 55.92%
B = 5.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#A6F118 (or 0xA6F118) is known color: Inch Worm. HEX triplet: A6, F1 and 18. RGB value is (166,241,24). Sum of RGB (Red+Green+Blue) = 166+241+24=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F118 is #590EE7. Grayscale: #C2C2C2. Windows color (decimal): -5836520 or 1634726. OLE color: 1634726.

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

Color convert

RGB 166 241 24 -
CMYK 0.31 0 0.90 0.05
HSL 80.74º 0.89% 0.52% -
HSV(B) 80.74º 0.9% 0.95% -
XYZ 47.35 71.08 12.09 -
YUV 193.84 32.15 108.14 -
System Red Green Blue C M Y K H S L
Decimal 166 241 24 0.31 0 0.90 0.05 80.74 0.89 0.52
Hex A6 F1 18 1F 0 5A 5 51 59 34
Octal 246 361 30 37 0 132 5 121 131 64
Binary 10100110 11110001 11000 11111 0 1011010 101 1010001 1011001 110100

Color Harmonies of #A6F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F118

Black with #A6F118

Text Example


Text Example

White with #A6F118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F118; }

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

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

background-color css

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

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

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

border-color css

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

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

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