#A1F00E

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

Shades of Spring Bud #A1F00E

Tints of Spring Bud #A1F00E

Color information

#A1F00E (or 0xA1F00E) is unknown color: approx Spring Bud. HEX triplet: A1, F0 and 0E. RGB value is (161,240,14). Sum of RGB (Red+Green+Blue) = 161+240+14=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F00E is #5E0FF1. Grayscale: #BFBFBF. Windows color (decimal): -6164466 or 979105. OLE color: 979105.

HSL color Cylindrical-coordinate representation of color #A1F00E: hue angle of 80.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1F00E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB16124014-
CMYK0.3300.940.06
HSL80.97º88.98%49.8%-
HSV(B)80.97º94.17%94.12%-
XYZ45.9469.9311.49-
YUV190.6228.33106.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 240 (94.14% from 255) = 57.83%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=38.80%
G=57.83%
B=3.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161240140.3300.940.0680.9788.9849.8
HexA1F0E2105E6515932
Octal24136016410136612113162
Binary101000011111000011101000010101111011010100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F00E; }

 p { color: rgb(161,240,14); }

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

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

 a { background-color: rgb(161,240,14); }

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

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

 span { border-color: rgb(161,240,14); }

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