#A2F914

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

Shades of Spring Bud #A2F914

Tints of Spring Bud #A2F914

Color information

#A2F914 (or 0xA2F914) is unknown color: approx Spring Bud. HEX triplet: A2, F9 and 14. RGB value is (162,249,20). Sum of RGB (Red+Green+Blue) = 162+249+20=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F914 is #5D06EB. Grayscale: #C5C5C5. Windows color (decimal): -6096620 or 1374626. OLE color: 1374626.

HSL color Cylindrical-coordinate representation of color #A2F914: hue angle of 82.79º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2F914 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB16224920-
CMYK0.3500.920.02
HSL82.79º95.02%52.75%-
HSV(B)82.79º91.97%97.65%-
XYZ48.975.4812.65-
YUV196.8828.18103.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 249 (97.66% from 255) = 57.77%
BLUE value IS 20 (8.20% from 255) = 4.64%
R=37.59%
G=57.77%
B=4.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162249200.3500.920.0282.7995.0252.75
HexA2F9142305C2535f35
Octal24237124430134212313765
Binary101000101111100110100100011010111001010100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F914; }

 p { color: rgb(162,249,20); }

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

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

 a { background-color: rgb(162,249,20); }

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

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

 span { border-color: rgb(162,249,20); }

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