Html Css Color HEX #A4EA04 Spring Bud

📋 copy color: '#A4EA04'

red 164 ◦ green 234 ◦ blue 4

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

Shades of Spring Bud #A4EA04

Tints of Spring Bud #A4EA04

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

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

R = 40.8%
G = 58.21%
B = 1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#A4EA04 (or 0xA4EA04) is known color: Spring Bud. HEX triplet: A4, EA and 04. RGB value is (164,234,4). Sum of RGB (Red+Green+Blue) = 164+234+4=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4EA04 is #5B15FB. Grayscale: #BBBBBB. Windows color (decimal): -5969404 or 322212. OLE color: 322212.

HSL color Cylindrical-coordinate representation of color #A4EA04: hue angle of 78.26º 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 #A4EA04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 234 4 -
CMYK 0.30 0 0.98 0.08
HSL 78.26º 0.97% 0.47% -
HSV(B) 78.26º 0.98% 0.92% -
XYZ 44.75 66.75 10.64 -
YUV 186.85 24.81 111.7 -
System Red Green Blue C M Y K H S L
Decimal 164 234 4 0.30 0 0.98 0.08 78.26 0.97 0.47
Hex A4 EA 4 1E 0 62 8 4E 61 2F
Octal 244 352 4 36 0 142 10 116 141 57
Binary 10100100 11101010 100 11110 0 1100010 1000 1001110 1100001 101111

Color Harmonies of #A4EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EA04

Black with #A4EA04

Text Example


Text Example

White with #A4EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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