#A4FE07

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

Shades of Spring Bud #A4FE07

Tints of Spring Bud #A4FE07

Color information

#A4FE07 (or 0xA4FE07) is unknown color: approx Spring Bud. HEX triplet: A4, FE and 07. RGB value is (164,254,7). Sum of RGB (Red+Green+Blue) = 164+254+7=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 254 (99.61% from 255 or 59.76% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FE07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FE07 is #5B01F8. Grayscale: #C7C7C7. Windows color (decimal): -5964281 or 523940. OLE color: 523940.

HSL color Cylindrical-coordinate representation of color #A4FE07: hue angle of 81.86º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4FE07 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB1642547-
CMYK0.3500.970.00
HSL81.86º99.2%51.18%-
HSV(B)81.86º97.24%99.61%-
XYZ50.7978.7912.73-
YUV198.9319.68103.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 254 (99.61% from 255) = 59.76%
BLUE value IS 7 (3.12% from 255) = 1.65%
R=38.59%
G=59.76%
B=1.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16425470.3500.970.0081.8699.251.18
HexA4FE7230610526333
Octal2443767430141012214363
Binary101001001111111011110001101100001010100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FE07; }

 p { color: rgb(164,254,7); }

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

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

 a { background-color: rgb(164,254,7); }

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

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

 span { border-color: rgb(164,254,7); }

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