#93F25F

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

Shades of Conifer #93F25F

Tints of Conifer #93F25F

Color information

#93F25F (or 0x93F25F) is unknown color: approx Conifer. HEX triplet: 93, F2 and 5F. RGB value is (147,242,95). Sum of RGB (Red+Green+Blue) = 147+242+95=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #93F25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F25F is #6C0DA0. Grayscale: #C5C5C5. Windows color (decimal): -7081377 or 6288019. OLE color: 6288019.

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

Color convert

RGB14724295-
CMYK0.3900.610.05
HSL98.78º84.97%66.08%-
HSV(B)98.78º60.74%94.9%-
XYZ45.8570.5322.02-
YUV196.8470.5392.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 95 (37.5% from 255) = 19.63%
R=30.37%
G=50%
B=19.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147242950.3900.610.0598.7884.9766.08
Hex93F25F2703D5635542
Octal223362137470755143125102
Binary100100111111001010111111001110111101101110001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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