#A0F001

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

Shades of Spring Bud #A0F001

Tints of Spring Bud #A0F001

Color information

#A0F001 (or 0xA0F001) is unknown color: approx Spring Bud. HEX triplet: A0, F0 and 01. RGB value is (160,240,1). Sum of RGB (Red+Green+Blue) = 160+240+1=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F001 is #5F0FFE. Grayscale: #BDBDBD. Windows color (decimal): -6230015 or 127136. OLE color: 127136.

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

Color convert

RGB1602401-
CMYK0.3301.000.06
HSL80.08º99.17%47.25%-
HSV(B)80.08º99.58%94.12%-
XYZ45.6669.811.09-
YUV188.8322107.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 240 (94.14% from 255) = 59.85%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=39.90%
G=59.85%
B=0.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16024010.3301.000.0680.0899.1747.25
HexA0F0121064650632f
Octal2403601410144612014357
Binary101000001111000011000010110010011010100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F001; }

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

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

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

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

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

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

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

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