Html Css Color HEX #A1E904 Spring Bud

📋 copy color: '#A1E904'

red 161 ◦ green 233 ◦ blue 4

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

Shades of Spring Bud #A1E904

Tints of Spring Bud #A1E904

RGB

 RED value IS 161 (63.28% from 255) = 40.45%

 GREEN value IS 233 (91.41% from 255) = 58.54%

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

R = 40.45%
G = 58.54%
B = 1.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#A1E904 (or 0xA1E904) is known color: Spring Bud. HEX triplet: A1, E9 and 04. RGB value is (161,233,4). Sum of RGB (Red+Green+Blue) = 161+233+4=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 233 (91.41% from 255 or 58.54% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E904 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E904 is #5E16FB. Grayscale: #BABABA. Windows color (decimal): -6166268 or 321953. OLE color: 321953.

HSL color Cylindrical-coordinate representation of color #A1E904: hue angle of 78.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1E904 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 4 -
CMYK 0.31 0 0.98 0.09
HSL 78.86º 0.97% 0.46% -
HSV(B) 78.86º 0.98% 0.91% -
XYZ 43.86 65.86 10.52 -
YUV 185.37 25.65 110.62 -
System Red Green Blue C M Y K H S L
Decimal 161 233 4 0.31 0 0.98 0.09 78.86 0.97 0.46
Hex A1 E9 4 1F 0 62 9 4F 61 2E
Octal 241 351 4 37 0 142 11 117 141 56
Binary 10100001 11101001 100 11111 0 1100010 1001 1001111 1100001 101110

Color Harmonies of #A1E904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E904

Black with #A1E904

Text Example


Text Example

White with #A1E904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E904; }

 p { color: rgb(161,233,4); }

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

background-color css

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

 a { background-color: rgb(161,233,4); }

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

border-color css

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

 span { border-color: rgb(161,233,4); }

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