#93F019

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

Shades of Spring Bud #93F019

Tints of Spring Bud #93F019

Color information

#93F019 (or 0x93F019) is unknown color: approx Spring Bud. HEX triplet: 93, F0 and 19. RGB value is (147,240,25). Sum of RGB (Red+Green+Blue) = 147+240+25=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #93F019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F019 is #6C0FE6. Grayscale: #BCBCBC. Windows color (decimal): -7081959 or 1699987. OLE color: 1699987.

HSL color Cylindrical-coordinate representation of color #93F019: hue angle of 85.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93F019 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB14724025-
CMYK0.3900.900.06
HSL85.95º87.76%51.96%-
HSV(B)85.95º89.58%94.12%-
XYZ43.3768.5911.87-
YUV187.6836.1998.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 240 (94.14% from 255) = 58.25%
BLUE value IS 25 (10.16% from 255) = 6.07%
R=35.68%
G=58.25%
B=6.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal147240250.3900.900.0685.9587.7651.96
Hex93F0192705A6565834
Octal22336031470132612613064
Binary1001001111110000110011001110101101011010101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,240,25); }

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

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

 a { background-color: rgb(147,240,25); }

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

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

 span { border-color: rgb(147,240,25); }

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