#94E854

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

Shades of Conifer #94E854

Tints of Conifer #94E854

Color information

#94E854 (or 0x94E854) is unknown color: approx Conifer. HEX triplet: 94, E8 and 54. RGB value is (148,232,84). Sum of RGB (Red+Green+Blue) = 148+232+84=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #94E854 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E854 is #6B17AB. Grayscale: #BEBEBE. Windows color (decimal): -7018412 or 5564564. OLE color: 5564564.

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

Color convert

RGB14823284-
CMYK0.3600.640.09
HSL94.05º76.29%61.96%-
HSV(B)94.05º63.79%90.98%-
XYZ42.6764.6518.62-
YUV190.0168.1798.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 232 (91.02% from 255) = 50%
BLUE value IS 84 (33.20% from 255) = 18.10%
R=31.90%
G=50%
B=18.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148232840.3600.640.0994.0576.2961.96
Hex94E8542404095e4c3e
Octal2243501244401001113611476
Binary1001010011101000101010010010001000000100110111101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,84); }

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

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

 a { background-color: rgb(148,232,84); }

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

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

 span { border-color: rgb(148,232,84); }

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