#94F35F

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

Shades of Conifer #94F35F

Tints of Conifer #94F35F

Color information

#94F35F (or 0x94F35F) is unknown color: approx Conifer. HEX triplet: 94, F3 and 5F. RGB value is (148,243,95). Sum of RGB (Red+Green+Blue) = 148+243+95=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #94F35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F35F is #6B0CA0. Grayscale: #C6C6C6. Windows color (decimal): -7015585 or 6288276. OLE color: 6288276.

HSL color Cylindrical-coordinate representation of color #94F35F: hue angle of 98.51º degrees, saturation: 0.86, 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 #94F35F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB14824395-
CMYK0.3900.610.05
HSL98.51º86.05%66.27%-
HSV(B)98.51º60.91%95.29%-
XYZ46.3371.2222.13-
YUV197.7270.0392.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 243 (95.31% from 255) = 50%
BLUE value IS 95 (37.5% from 255) = 19.55%
R=30.45%
G=50%
B=19.55%

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
Decimal148243950.3900.610.0598.5186.0566.27
Hex94F35F2703D5635642
Octal224363137470755143126102
Binary100101001111001110111111001110111101101110001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F35F; }

 p { color: rgb(148,243,95); }

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

<style>
 a { background-color: #94F35F; }

 a { background-color: rgb(148,243,95); }

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

<style>
 span { border-color: #94F35F; }

 span { border-color: rgb(148,243,95); }

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