#A5F905

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

Shades of Spring Bud #A5F905

Tints of Spring Bud #A5F905

Color information

#A5F905 (or 0xA5F905) is unknown color: approx Spring Bud. HEX triplet: A5, F9 and 05. RGB value is (165,249,5). Sum of RGB (Red+Green+Blue) = 165+249+5=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 249 (97.66% from 255 or 59.43% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F905 is #5A06FA. Grayscale: #C4C4C4. Windows color (decimal): -5900027 or 391589. OLE color: 391589.

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

Color convert

RGB1652495-
CMYK0.3400.980.02
HSL80.66º96.06%49.8%-
HSV(B)80.66º97.99%97.65%-
XYZ49.4275.7612.16-
YUV196.0720.17105.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 249 (97.66% from 255) = 59.43%
BLUE value IS 5 (2.34% from 255) = 1.19%
R=39.38%
G=59.43%
B=1.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16524950.3400.980.0280.6696.0649.8
HexA5F95220622516032
Octal2453715420142212114062
Binary1010010111111001101100010011000101010100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F905; }

 p { color: rgb(165,249,5); }

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

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

 a { background-color: rgb(165,249,5); }

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

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

 span { border-color: rgb(165,249,5); }

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