Html Css Color HEX #A6FC00 Spring Bud

📋 copy color: '#A6FC00'

red 166 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #A6FC00

Tints of Spring Bud #A6FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.71%
G = 60.29%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#A6FC00 (or 0xA6FC00) is known color: Spring Bud. HEX triplet: A6, FC and 00. RGB value is (166,252,0). Sum of RGB (Red+Green+Blue) = 166+252+0=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FC00 is #5903FF. Grayscale: #C6C6C6. Windows color (decimal): -5833728 or 64678. OLE color: 64678.

HSL color Cylindrical-coordinate representation of color #A6FC00: hue angle of 80.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6FC00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 252 0 -
CMYK 0.34 0 1 0.01
HSL 80.48º 1% 0.49% -
HSV(B) 80.48º 1% 0.99% -
XYZ 50.54 77.73 12.34 -
YUV 197.56 16.51 105.49 -
System Red Green Blue C M Y K H S L
Decimal 166 252 0 0.34 0 1 0.01 80.48 1 0.49
Hex A6 FC 0 22 0 64 1 50 64 31
Octal 246 374 0 42 0 144 1 120 144 61
Binary 10100110 11111100 0 100010 0 1100100 1 1010000 1100100 110001

Color Harmonies of #A6FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FC00

Black with #A6FC00

Text Example


Text Example

White with #A6FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FC00; }

 p { color: rgb(166,252,0); }

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

background-color css

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

 a { background-color: rgb(166,252,0); }

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

border-color css

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

 span { border-color: rgb(166,252,0); }

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