#93F001

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

Shades of Spring Bud #93F001

Tints of Spring Bud #93F001

Color information

#93F001 (or 0x93F001) is unknown color: approx Spring Bud. HEX triplet: 93, F0 and 01. RGB value is (147,240,1). Sum of RGB (Red+Green+Blue) = 147+240+1=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #93F001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F001 is #6C0FFE. Grayscale: #B9B9B9. Windows color (decimal): -7081983 or 127123. OLE color: 127123.

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

Color convert

RGB1472401-
CMYK0.3901.000.06
HSL83.35º99.17%47.25%-
HSV(B)83.35º99.58%94.12%-
XYZ43.268.5310.98-
YUV184.9524.19100.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 240 (94.14% from 255) = 61.86%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=37.89%
G=61.86%
B=0.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14724010.3901.000.0683.3599.1747.25
Hex93F0127064653632f
Octal2233601470144612314357
Binary100100111111000011001110110010011010100111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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