#A2FD12

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

Shades of Spring Bud #A2FD12

Tints of Spring Bud #A2FD12

Color information

#A2FD12 (or 0xA2FD12) is unknown color: approx Spring Bud. HEX triplet: A2, FD and 12. RGB value is (162,253,18). Sum of RGB (Red+Green+Blue) = 162+253+18=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FD12 is #5D02ED. Grayscale: #C7C7C7. Windows color (decimal): -6095598 or 1244578. OLE color: 1244578.

HSL color Cylindrical-coordinate representation of color #A2FD12: hue angle of 83.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2FD12 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB16225318-
CMYK0.3600.930.01
HSL83.23º98.33%53.14%-
HSV(B)83.23º92.89%99.22%-
XYZ50.1377.9812.98-
YUV19925.85101.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 253 (99.22% from 255) = 58.43%
BLUE value IS 18 (7.42% from 255) = 4.16%
R=37.41%
G=58.43%
B=4.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162253180.3600.930.0183.2398.3353.14
HexA2FD122405D1536235
Octal24237522440135112314265
Binary10100010111111011001010010001011101110100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FD12; }

 p { color: rgb(162,253,18); }

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

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

 a { background-color: rgb(162,253,18); }

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

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

 span { border-color: rgb(162,253,18); }

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