Html Css Color HEX #A5EC00 Spring Bud

📋 copy color: '#A5EC00'

red 165 ◦ green 236 ◦ blue 0

#A5EC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #A5EC00

Tints of Spring Bud #A5EC00

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

 GREEN value IS 236 (92.58% from 255) = 58.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.15%
G = 58.85%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#A5EC00 (or 0xA5EC00) is known color: Spring Bud. HEX triplet: A5, EC and 00. RGB value is (165,236,0). Sum of RGB (Red+Green+Blue) = 165+236+0=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EC00 is #5A13FF. Grayscale: #BCBCBC. Windows color (decimal): -5903360 or 60581. OLE color: 60581.

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

Color convert

RGB 165 236 0 -
CMYK 0.30 0 1 0.07
HSL 78.05º 1% 0.46% -
HSV(B) 78.05º 1% 0.93% -
XYZ 45.51 67.99 10.72 -
YUV 187.87 21.98 111.69 -
System Red Green Blue C M Y K H S L
Decimal 165 236 0 0.30 0 1 0.07 78.05 1 0.46
Hex A5 EC 0 1E 0 64 7 4E 64 2E
Octal 245 354 0 36 0 144 7 116 144 56
Binary 10100101 11101100 0 11110 0 1100100 111 1001110 1100100 101110

Color Harmonies of #A5EC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC00

Black with #A5EC00

Text Example


Text Example

White with #A5EC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC00; }

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

 H1.HeaderClassName
 {
   color: #A5EC00;
 }
 .AnyTagClassName
 {
   color: #A5EC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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