#A4F806

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

Shades of Spring Bud #A4F806

Tints of Spring Bud #A4F806

Color information

#A4F806 (or 0xA4F806) is unknown color: approx Spring Bud. HEX triplet: A4, F8 and 06. RGB value is (164,248,6). Sum of RGB (Red+Green+Blue) = 164+248+6=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F806 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F806 is #5B07F9. Grayscale: #C4C4C4. Windows color (decimal): -5965818 or 456868. OLE color: 456868.

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

Color convert

RGB1642486-
CMYK0.3400.980.03
HSL80.83º95.28%49.8%-
HSV(B)80.83º97.58%97.25%-
XYZ48.9175.0412.08-
YUV195.321.17105.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 248 (97.27% from 255) = 59.33%
BLUE value IS 6 (2.73% from 255) = 1.44%
R=39.23%
G=59.33%
B=1.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16424860.3400.980.0380.8395.2849.8
HexA4F86220623515f32
Octal2443706420142312113762
Binary1010010011111000110100010011000101110100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F806; }

 p { color: rgb(164,248,6); }

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

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

 a { background-color: rgb(164,248,6); }

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

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

 span { border-color: rgb(164,248,6); }

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