#A6FA06

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

Shades of Spring Bud #A6FA06

Tints of Spring Bud #A6FA06

Color information

#A6FA06 (or 0xA6FA06) is unknown color: approx Spring Bud. HEX triplet: A6, FA and 06. RGB value is (166,250,6). Sum of RGB (Red+Green+Blue) = 166+250+6=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FA06 is #5905F9. Grayscale: #C5C5C5. Windows color (decimal): -5834234 or 457382. OLE color: 457382.

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

Color convert

RGB1662506-
CMYK0.3400.980.02
HSL80.66º96.06%50.2%-
HSV(B)80.66º97.6%98.04%-
XYZ49.9476.4912.3-
YUV197.0720.17105.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 250 (98.05% from 255) = 59.24%
BLUE value IS 6 (2.73% from 255) = 1.42%
R=39.34%
G=59.24%
B=1.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16625060.3400.980.0280.6696.0650.2
HexA6FA6220622516032
Octal2463726420142212114062
Binary1010011011111010110100010011000101010100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FA06; }

 p { color: rgb(166,250,6); }

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

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

 a { background-color: rgb(166,250,6); }

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

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

 span { border-color: rgb(166,250,6); }

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