#94EA60

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

Shades of Conifer #94EA60

Tints of Conifer #94EA60

Color information

#94EA60 (or 0x94EA60) is unknown color: approx Conifer. HEX triplet: 94, EA and 60. RGB value is (148,234,96). Sum of RGB (Red+Green+Blue) = 148+234+96=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA60 is #6B159F. Grayscale: #C1C1C1. Windows color (decimal): -7017888 or 6351508. OLE color: 6351508.

HSL color Cylindrical-coordinate representation of color #94EA60: hue angle of 97.39º 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 #94EA60 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB14823496-
CMYK0.3700.590.08
HSL97.39º76.67%64.71%-
HSV(B)97.39º58.97%91.76%-
XYZ43.7565.9921.5-
YUV192.5573.5196.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=30.96%
G=48.95%
B=20.08%

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
Decimal148234960.3700.590.0897.3976.6764.71
Hex94EA602503B8614d41
Octal2243521404507310141115101
Binary1001010011101010110000010010101110111000110000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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