#A2F001

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

Shades of Spring Bud #A2F001

Tints of Spring Bud #A2F001

Color information

#A2F001 (or 0xA2F001) is unknown color: approx Spring Bud. HEX triplet: A2, F0 and 01. RGB value is (162,240,1). Sum of RGB (Red+Green+Blue) = 162+240+1=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F001 is #5D0FFE. Grayscale: #BEBEBE. Windows color (decimal): -6098943 or 127138. OLE color: 127138.

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

Color convert

RGB1622401-
CMYK0.3201.000.06
HSL79.58º99.17%47.25%-
HSV(B)79.58º99.58%94.12%-
XYZ46.077011.11-
YUV189.4321.66108.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 240 (94.14% from 255) = 59.55%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=40.20%
G=59.55%
B=0.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16224010.3201.000.0679.5899.1747.25
HexA2F0120064650632f
Octal2423601400144612014357
Binary101000101111000011000000110010011010100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F001; }

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

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

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

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

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

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

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

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