#94E956

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

Shades of Conifer #94E956

Tints of Conifer #94E956

Color information

#94E956 (or 0x94E956) is unknown color: approx Conifer. HEX triplet: 94, E9 and 56. RGB value is (148,233,86). Sum of RGB (Red+Green+Blue) = 148+233+86=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #94E956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E956 is #6B16A9. Grayscale: #BFBFBF. Windows color (decimal): -7018154 or 5695892. OLE color: 5695892.

HSL color Cylindrical-coordinate representation of color #94E956: hue angle of 94.69º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94E956 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB14823386-
CMYK0.3600.630.09
HSL94.69º76.96%62.55%-
HSV(B)94.69º63.09%91.37%-
XYZ43.0365.2519.13-
YUV190.8368.8497.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 233 (91.41% from 255) = 49.89%
BLUE value IS 86 (33.98% from 255) = 18.42%
R=31.69%
G=49.89%
B=18.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148233860.3600.630.0994.6976.9662.55
Hex94E9562403F95f4d3f
Octal224351126440771113711577
Binary100101001110100110101101001000111111100110111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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