#94EA5F

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

Shades of Conifer #94EA5F

Tints of Conifer #94EA5F

Color information

#94EA5F (or 0x94EA5F) is unknown color: approx Conifer. HEX triplet: 94, EA and 5F. RGB value is (148,234,95). Sum of RGB (Red+Green+Blue) = 148+234+95=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA5F is #6B15A0. Grayscale: #C0C0C0. Windows color (decimal): -7017889 or 6285972. OLE color: 6285972.

HSL color Cylindrical-coordinate representation of color #94EA5F: hue angle of 97.12º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94EA5F is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB14823495-
CMYK0.3700.590.08
HSL97.12º76.8%64.51%-
HSV(B)97.12º59.4%91.76%-
XYZ43.765.9721.26-
YUV192.4473.0196.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 234 (91.80% from 255) = 49.06%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=31.03%
G=49.06%
B=19.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148234950.3700.590.0897.1276.864.51
Hex94EA5F2503B8614d41
Octal2243521374507310141115101
Binary1001010011101010101111110010101110111000110000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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