#93F660

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

Shades of Conifer #93F660

Tints of Conifer #93F660

Color information

#93F660 (or 0x93F660) is unknown color: approx Conifer. HEX triplet: 93, F6 and 60. RGB value is (147,246,96). Sum of RGB (Red+Green+Blue) = 147+246+96=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #93F660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F660 is #6C099F. Grayscale: #C7C7C7. Windows color (decimal): -7080352 or 6354579. OLE color: 6354579.

HSL color Cylindrical-coordinate representation of color #93F660: hue angle of 99.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93F660 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB14724696-
CMYK0.4000.610.04
HSL99.6º89.29%67.06%-
HSV(B)99.6º60.98%96.47%-
XYZ47.172.9622.67-
YUV199.369.790.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 246 (96.48% from 255) = 50.31%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=30.06%
G=50.31%
B=19.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal147246960.4000.610.0499.689.2967.06
Hex93F6602803D4645943
Octal223366140500754144131103
Binary100100111111011011000001010000111101100110010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,246,96); }

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

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

 a { background-color: rgb(147,246,96); }

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

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

 span { border-color: rgb(147,246,96); }

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