#A4F104

Color #A4F104 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A4F104

Tints of Spring Bud #A4F104

Color information

#A4F104 (or 0xA4F104) is unknown color: approx Spring Bud. HEX triplet: A4, F1 and 04. RGB value is (164,241,4). Sum of RGB (Red+Green+Blue) = 164+241+4=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F104 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F104 is #5B0EFB. Grayscale: #BFBFBF. Windows color (decimal): -5967612 or 324004. OLE color: 324004.

HSL color Cylindrical-coordinate representation of color #A4F104: hue angle of 79.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4F104 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB1642414-
CMYK0.3200.980.05
HSL79.49º96.73%48.04%-
HSV(B)79.49º98.34%94.51%-
XYZ46.7970.8111.32-
YUV190.9622.49108.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 241 (94.53% from 255) = 58.92%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=40.10%
G=58.92%
B=0.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16424140.3200.980.0579.4996.7348.04
HexA4F142006254f6130
Octal2443614400142511714160
Binary10100100111100011001000000110001010110011111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F104; }

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

 H1.HeaderClassName
 {
   color: #A4F104;
 }
 .AnyTagClassName
 {
   color: #A4F104;
 }
</style>
background-color css

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

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

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

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

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

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