Html Css Color HEX #A6F220 Green Yellow

📋 copy color: '#A6F220'

red 166 ◦ green 242 ◦ blue 32

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

Shades of Green Yellow #A6F220

Tints of Green Yellow #A6F220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 37.73%
G = 55%
B = 7.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#A6F220 (or 0xA6F220) is known color: Green Yellow. HEX triplet: A6, F2 and 20. RGB value is (166,242,32). Sum of RGB (Red+Green+Blue) = 166+242+32=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F220 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F220 is #590DDF. Grayscale: #C4C4C4. Windows color (decimal): -5836256 or 2159270. OLE color: 2159270.

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

Color convert

RGB 166 242 32 -
CMYK 0.31 0 0.87 0.05
HSL 81.71º 0.89% 0.54% -
HSV(B) 81.71º 0.87% 0.95% -
XYZ 47.74 71.72 12.69 -
YUV 195.34 35.82 107.08 -
System Red Green Blue C M Y K H S L
Decimal 166 242 32 0.31 0 0.87 0.05 81.71 0.89 0.54
Hex A6 F2 20 1F 0 57 5 52 59 36
Octal 246 362 40 37 0 127 5 122 131 66
Binary 10100110 11110010 100000 11111 0 1010111 101 1010010 1011001 110110

Color Harmonies of #A6F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F220

Black with #A6F220

Text Example


Text Example

White with #A6F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F220; }

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

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

background-color css

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

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

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

border-color css

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

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

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