#93f212

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

Shades of Spring Bud #93F212

Tints of Spring Bud #93F212

Color information

#93F212 (or 0x93F212) is unknown color: approx Spring Bud. HEX triplet: 93, F2 and 12. RGB value is (147,242,18). Sum of RGB (Red+Green+Blue) = 147+242+18=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #93F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F212 is #6C0DED. Grayscale: #BCBCBC. Windows color (decimal): -7081454 or 1241747. OLE color: 1241747.

HSL color Cylindrical-coordinate representation of color #93F212: hue angle of 85.45º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93F212 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB14724218-
CMYK0.3900.930.05
HSL85.45º89.6%50.98%-
HSV(B)85.45º92.56%94.9%-
XYZ43.8969.7511.72-
YUV188.0632.0398.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 242 (94.92% from 255) = 59.46%
BLUE value IS 18 (7.42% from 255) = 4.42%
R=36.12%
G=59.46%
B=4.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147242180.3900.930.0585.4589.650.98
Hex93F2122705D5555a33
Octal22336222470135512513263
Binary1001001111110010100101001110101110110110101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93f212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93f212; }

 p { color: rgb(147,242,18); }

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

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

 a { background-color: rgb(147,242,18); }

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

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

 span { border-color: rgb(147,242,18); }

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