#A6F60D

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

Shades of Spring Bud #A6F60D

Tints of Spring Bud #A6F60D

Color information

#A6F60D (or 0xA6F60D) is unknown color: approx Spring Bud. HEX triplet: A6, F6 and 0D. RGB value is (166,246,13). Sum of RGB (Red+Green+Blue) = 166+246+13=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F60D is #5909F2. Grayscale: #C4C4C4. Windows color (decimal): -5835251 or 915110. OLE color: 915110.

HSL color Cylindrical-coordinate representation of color #A6F60D: hue angle of 80.6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6F60D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB16624613-
CMYK0.3300.950.04
HSL80.6º92.83%50.78%-
HSV(B)80.6º94.72%96.47%-
XYZ48.7574.0512.1-
YUV195.5225106.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 246 (96.48% from 255) = 57.88%
BLUE value IS 13 (5.47% from 255) = 3.06%
R=39.06%
G=57.88%
B=3.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166246130.3300.950.0480.692.8350.78
HexA6F6D2105F4515d33
Octal24636615410137412113563
Binary101001101111011011011000010101111110010100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F60D; }

 p { color: rgb(166,246,13); }

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

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

 a { background-color: rgb(166,246,13); }

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

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

 span { border-color: rgb(166,246,13); }

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