#A5FF00

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

Shades of Spring Bud #A5FF00

Tints of Spring Bud #A5FF00

Color information

#A5FF00 (or 0xA5FF00) is unknown color: approx Spring Bud. HEX triplet: A5, FF and 00. RGB value is (165,255,0). Sum of RGB (Red+Green+Blue) = 165+255+0=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FF00 is #5A00FF. Grayscale: #C7C7C7. Windows color (decimal): -5898496 or 65445. OLE color: 65445.

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

Color convert

RGB1652550-
CMYK0.35010
HSL81.18º100%50%-
HSV(B)81.18º100%100%-
XYZ51.2879.5212.65-
YUV199.0215.68103.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 255 (100% from 255) = 60.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.29%
G=60.71%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16525500.3501081.1810050
HexA5FF0230640516432
Octal2453770430144012114462
Binary1010010111111111010001101100100010100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF00; }

 p { color: rgb(165,255,0); }

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

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

 a { background-color: rgb(165,255,0); }

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

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

 span { border-color: rgb(165,255,0); }

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