#A9FC13

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

Shades of Spring Bud #A9FC13

Tints of Spring Bud #A9FC13

Color information

#A9FC13 (or 0xA9FC13) is unknown color: approx Spring Bud. HEX triplet: A9, FC and 13. RGB value is (169,252,19). Sum of RGB (Red+Green+Blue) = 169+252+19=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9FC13 is #5603EC. Grayscale: #C9C9C9. Windows color (decimal): -5637101 or 1309865. OLE color: 1309865.

HSL color Cylindrical-coordinate representation of color #A9FC13: hue angle of 81.37º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9FC13 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB16925219-
CMYK0.3300.920.01
HSL81.37º97.49%53.14%-
HSV(B)81.37º92.46%98.82%-
XYZ51.2978.112.99-
YUV200.6225.5105.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 252 (98.83% from 255) = 57.27%
BLUE value IS 19 (7.81% from 255) = 4.32%
R=38.41%
G=57.27%
B=4.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169252190.3300.920.0181.3797.4953.14
HexA9FC132105C1516135
Octal25137423410134112114165
Binary10101001111111001001110000101011100110100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FC13; }

 p { color: rgb(169,252,19); }

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

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

 a { background-color: rgb(169,252,19); }

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

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

 span { border-color: rgb(169,252,19); }

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