#A9F502

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

Shades of Spring Bud #A9F502

Tints of Spring Bud #A9F502

Color information

#A9F502 (or 0xA9F502) is unknown color: approx Spring Bud. HEX triplet: A9, F5 and 02. RGB value is (169,245,2). Sum of RGB (Red+Green+Blue) = 169+245+2=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 245 (96.09% from 255 or 58.89% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 245 - color contains mainly: green. Hex color #A9F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F502 is #560AFD. Grayscale: #C3C3C3. Windows color (decimal): -5638910 or 193961. OLE color: 193961.

HSL color Cylindrical-coordinate representation of color #A9F502: hue angle of 78.77º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9F502 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB1692452-
CMYK0.3100.990.04
HSL78.77º98.38%48.43%-
HSV(B)78.77º99.18%96.08%-
XYZ49.0373.7411.71-
YUV194.5719.32109.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 245 (96.09% from 255) = 58.89%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=40.62%
G=58.89%
B=0.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16924520.3100.990.0478.7798.3848.43
HexA9F521F06344f6230
Octal2513652370143411714260
Binary101010011111010110111110110001110010011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F502; }

 p { color: rgb(169,245,2); }

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

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

 a { background-color: rgb(169,245,2); }

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

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

 span { border-color: rgb(169,245,2); }

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