#A6FF00

Color #A6FF00 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A6FF00

Tints of Spring Bud #A6FF00

Color information

#A6FF00 (or 0xA6FF00) is unknown color: approx Spring Bud. HEX triplet: A6, FF and 00. RGB value is (166,255,0). Sum of RGB (Red+Green+Blue) = 166+255+0=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FF00 is #5900FF. Grayscale: #C8C8C8. Windows color (decimal): -5832960 or 65446. OLE color: 65446.

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

Color convert

RGB1662550-
CMYK0.35010
HSL80.94º100%50%-
HSV(B)80.94º100%100%-
XYZ51.4979.6312.66-
YUV199.3215.51104.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 255 (100% from 255) = 60.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.43%
G=60.57%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16625500.3501080.9410050
HexA6FF0230640516432
Octal2463770430144012114462
Binary1010011011111111010001101100100010100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF00; }

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

 H1.HeaderClassName
 {
   color: #A6FF00;
 }
 .AnyTagClassName
 {
   color: #A6FF00;
 }
</style>
background-color css

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

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

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

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

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

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