Html Css Color HEX #A5EA04 Spring Bud

📋 copy color: '#A5EA04'

red 165 ◦ green 234 ◦ blue 4

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

Shades of Spring Bud #A5EA04

Tints of Spring Bud #A5EA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.06%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 40.94%
G = 58.06%
B = 0.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#A5EA04 (or 0xA5EA04) is known color: Spring Bud. HEX triplet: A5, EA and 04. RGB value is (165,234,4). Sum of RGB (Red+Green+Blue) = 165+234+4=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EA04 is #5A15FB. Grayscale: #BCBCBC. Windows color (decimal): -5903868 or 322213. OLE color: 322213.

HSL color Cylindrical-coordinate representation of color #A5EA04: hue angle of 78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5EA04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 4 -
CMYK 0.29 0 0.98 0.08
HSL 78º 0.97% 0.47% -
HSV(B) 78º 0.98% 0.92% -
XYZ 44.96 66.85 10.65 -
YUV 187.15 24.64 112.2 -
System Red Green Blue C M Y K H S L
Decimal 165 234 4 0.29 0 0.98 0.08 78 0.97 0.47
Hex A5 EA 4 1D 0 62 8 4E 61 2F
Octal 245 352 4 35 0 142 10 116 141 57
Binary 10100101 11101010 100 11101 0 1100010 1000 1001110 1100001 101111

Color Harmonies of #A5EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA04

Black with #A5EA04

Text Example


Text Example

White with #A5EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA04; }

 p { color: rgb(165,234,4); }

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

background-color css

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

 a { background-color: rgb(165,234,4); }

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

border-color css

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

 span { border-color: rgb(165,234,4); }

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