Html Css Color HEX #A6F21C Inch Worm

📋 copy color: '#A6F21C'

red 166 ◦ green 242 ◦ blue 28

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

Shades of Inch Worm #A6F21C

Tints of Inch Worm #A6F21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 38.07%
G = 55.5%
B = 6.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#A6F21C (or 0xA6F21C) is known color: Inch Worm. HEX triplet: A6, F2 and 1C. RGB value is (166,242,28). Sum of RGB (Red+Green+Blue) = 166+242+28=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F21C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F21C is #590DE3. Grayscale: #C3C3C3. Windows color (decimal): -5836260 or 1897126. OLE color: 1897126.

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

Color convert

RGB 166 242 28 -
CMYK 0.31 0 0.88 0.05
HSL 81.31º 0.89% 0.53% -
HSV(B) 81.31º 0.88% 0.95% -
XYZ 47.69 71.7 12.42 -
YUV 194.88 33.82 107.4 -
System Red Green Blue C M Y K H S L
Decimal 166 242 28 0.31 0 0.88 0.05 81.31 0.89 0.53
Hex A6 F2 1C 1F 0 58 5 51 59 35
Octal 246 362 34 37 0 130 5 121 131 65
Binary 10100110 11110010 11100 11111 0 1011000 101 1010001 1011001 110101

Color Harmonies of #A6F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F21C

Black with #A6F21C

Text Example


Text Example

White with #A6F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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