#A6F90A

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

Shades of Spring Bud #A6F90A

Tints of Spring Bud #A6F90A

Color information

#A6F90A (or 0xA6F90A) is unknown color: approx Spring Bud. HEX triplet: A6, F9 and 0A. RGB value is (166,249,10). Sum of RGB (Red+Green+Blue) = 166+249+10=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F90A is #5906F5. Grayscale: #C5C5C5. Windows color (decimal): -5834486 or 719270. OLE color: 719270.

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

Color convert

RGB16624910-
CMYK0.3300.960.02
HSL80.84º95.22%50.78%-
HSV(B)80.84º95.98%97.65%-
XYZ49.6675.8812.32-
YUV196.9422.5105.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 249 (97.66% from 255) = 58.59%
BLUE value IS 10 (4.30% from 255) = 2.35%
R=39.06%
G=58.59%
B=2.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166249100.3300.960.0280.8495.2250.78
HexA6F9A210602515f33
Octal24637112410140212113763
Binary10100110111110011010100001011000001010100011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F90A; }

 p { color: rgb(166,249,10); }

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

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

 a { background-color: rgb(166,249,10); }

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

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

 span { border-color: rgb(166,249,10); }

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