#A5EE00

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

Shades of Spring Bud #A5EE00

Tints of Spring Bud #A5EE00

Color information

#A5EE00 (or 0xA5EE00) is unknown color: approx Spring Bud. HEX triplet: A5, EE and 00. RGB value is (165,238,0). Sum of RGB (Red+Green+Blue) = 165+238+0=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 238 (93.36% from 255 or 59.06% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EE00 is #5A11FF. Grayscale: #BDBDBD. Windows color (decimal): -5902848 or 61093. OLE color: 61093.

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

Color convert

RGB1652380-
CMYK0.31010.07
HSL78.4º100%46.67%-
HSV(B)78.4º100%93.33%-
XYZ46.0969.1510.92-
YUV189.0421.32110.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 238 (93.36% from 255) = 59.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.94%
G=59.06%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal16523800.31010.0778.410046.67
HexA5EE01F06474e642f
Octal2453560370144711614457
Binary10100101111011100111110110010011110011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EE00; }

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

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

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

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

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

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

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

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