#93F159

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

Shades of Conifer #93F159

Tints of Conifer #93F159

Color information

#93F159 (or 0x93F159) is unknown color: approx Conifer. HEX triplet: 93, F1 and 59. RGB value is (147,241,89). Sum of RGB (Red+Green+Blue) = 147+241+89=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #93F159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F159 is #6C0EA6. Grayscale: #C4C4C4. Windows color (decimal): -7081639 or 5894547. OLE color: 5894547.

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

Color convert

RGB14724189-
CMYK0.3900.630.05
HSL97.11º84.44%64.71%-
HSV(B)97.11º63.07%94.51%-
XYZ45.2969.8320.54-
YUV195.5767.8693.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 89 (35.16% from 255) = 18.66%
R=30.82%
G=50.52%
B=18.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147241890.3900.630.0597.1184.4464.71
Hex93F1592703F5615441
Octal223361131470775141124101
Binary100100111111000110110011001110111111101110000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,89); }

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

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

 a { background-color: rgb(147,241,89); }

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

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

 span { border-color: rgb(147,241,89); }

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