Html Css Color HEX #A5EB00 Spring Bud

📋 copy color: '#A5EB00'

red 165 ◦ green 235 ◦ blue 0

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

Shades of Spring Bud #A5EB00

Tints of Spring Bud #A5EB00

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.75%

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

R = 41.25%
G = 58.75%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#A5EB00 (or 0xA5EB00) is known color: Spring Bud. HEX triplet: A5, EB and 00. RGB value is (165,235,0). Sum of RGB (Red+Green+Blue) = 165+235+0=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 235 (92.19% from 255 or 58.75% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EB00 is #5A14FF. Grayscale: #BCBCBC. Windows color (decimal): -5903616 or 60325. OLE color: 60325.

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

Color convert

RGB 165 235 0 -
CMYK 0.30 0 1 0.08
HSL 77.87º 1% 0.46% -
HSV(B) 77.87º 1% 0.92% -
XYZ 45.23 67.42 10.63 -
YUV 187.28 22.31 112.11 -
System Red Green Blue C M Y K H S L
Decimal 165 235 0 0.30 0 1 0.08 77.87 1 0.46
Hex A5 EB 0 1E 0 64 8 4E 64 2E
Octal 245 353 0 36 0 144 10 116 144 56
Binary 10100101 11101011 0 11110 0 1100100 1000 1001110 1100100 101110

Color Harmonies of #A5EB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EB00

Black with #A5EB00

Text Example


Text Example

White with #A5EB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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