#94EA56

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

Shades of Conifer #94EA56

Tints of Conifer #94EA56

Color information

#94EA56 (or 0x94EA56) is unknown color: approx Conifer. HEX triplet: 94, EA and 56. RGB value is (148,234,86). Sum of RGB (Red+Green+Blue) = 148+234+86=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA56 is #6B15A9. Grayscale: #BFBFBF. Windows color (decimal): -7017898 or 5696148. OLE color: 5696148.

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

Color convert

RGB14823486-
CMYK0.3700.630.08
HSL94.86º77.89%62.75%-
HSV(B)94.86º63.25%91.76%-
XYZ43.3265.8119.22-
YUV191.4168.5197.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 234 (91.80% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 18.38%
R=31.62%
G=50%
B=18.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148234860.3700.630.0894.8677.8962.75
Hex94EA562503F85f4e3f
Octal224352126450771013711677
Binary100101001110101010101101001010111111100010111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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