#A6FE07

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

Shades of Spring Bud #A6FE07

Tints of Spring Bud #A6FE07

Color information

#A6FE07 (or 0xA6FE07) is unknown color: approx Spring Bud. HEX triplet: A6, FE and 07. RGB value is (166,254,7). Sum of RGB (Red+Green+Blue) = 166+254+7=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 254 (99.61% from 255 or 59.48% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FE07 is #5901F8. Grayscale: #C8C8C8. Windows color (decimal): -5833209 or 523942. OLE color: 523942.

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

Color convert

RGB1662547-
CMYK0.3500.970.00
HSL81.38º99.2%51.18%-
HSV(B)81.38º97.24%99.61%-
XYZ51.2179.0112.75-
YUV199.5319.35104.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 254 (99.61% from 255) = 59.48%
BLUE value IS 7 (3.12% from 255) = 1.64%
R=38.88%
G=59.48%
B=1.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16625470.3500.970.0081.3899.251.18
HexA6FE7230610516333
Octal2463767430141012114363
Binary101001101111111011110001101100001010100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FE07; }

 p { color: rgb(166,254,7); }

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

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

 a { background-color: rgb(166,254,7); }

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

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

 span { border-color: rgb(166,254,7); }

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