#A0F00E

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

Shades of Spring Bud #A0F00E

Tints of Spring Bud #A0F00E

Color information

#A0F00E (or 0xA0F00E) is unknown color: approx Spring Bud. HEX triplet: A0, F0 and 0E. RGB value is (160,240,14). Sum of RGB (Red+Green+Blue) = 160+240+14=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F00E is #5F0FF1. Grayscale: #BFBFBF. Windows color (decimal): -6230002 or 979104. OLE color: 979104.

HSL color Cylindrical-coordinate representation of color #A0F00E: hue angle of 81.24º 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 #A0F00E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB16024014-
CMYK0.3300.940.06
HSL81.24º88.98%49.8%-
HSV(B)81.24º94.17%94.12%-
XYZ45.7469.8311.48-
YUV190.3228.5106.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 240 (94.14% from 255) = 57.97%
BLUE value IS 14 (5.86% from 255) = 3.38%
R=38.65%
G=57.97%
B=3.38%

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
Decimal160240140.3300.940.0681.2488.9849.8
HexA0F0E2105E6515932
Octal24036016410136612113162
Binary101000001111000011101000010101111011010100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F00E; }

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

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

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

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

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

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

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

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