Html Css Color HEX #A6F214 Inch Worm

📋 copy color: '#A6F214'

red 166 ◦ green 242 ◦ blue 20

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

Shades of Inch Worm #A6F214

Tints of Inch Worm #A6F214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.54%

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 38.79%
G = 56.54%
B = 4.67%

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

#A6F214 (or 0xA6F214) is known color: Inch Worm. HEX triplet: A6, F2 and 14. RGB value is (166,242,20). Sum of RGB (Red+Green+Blue) = 166+242+20=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F214 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F214 is #590DEB. Grayscale: #C2C2C2. Windows color (decimal): -5836268 or 1372838. OLE color: 1372838.

HSL color Cylindrical-coordinate representation of color #A6F214: hue angle of 80.54º degrees, saturation: 0.9, 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 #A6F214 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 242 20 -
CMYK 0.31 0 0.92 0.05
HSL 80.54º 0.9% 0.51% -
HSV(B) 80.54º 0.92% 0.95% -
XYZ 47.6 71.66 11.98 -
YUV 193.97 29.82 108.05 -
System Red Green Blue C M Y K H S L
Decimal 166 242 20 0.31 0 0.92 0.05 80.54 0.9 0.51
Hex A6 F2 14 1F 0 5C 5 51 5A 33
Octal 246 362 24 37 0 134 5 121 132 63
Binary 10100110 11110010 10100 11111 0 1011100 101 1010001 1011010 110011

Color Harmonies of #A6F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F214

Black with #A6F214

Text Example


Text Example

White with #A6F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F214; }

 p { color: rgb(166,242,20); }

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

background-color css

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

 a { background-color: rgb(166,242,20); }

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

border-color css

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

 span { border-color: rgb(166,242,20); }

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