#94E85D

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

Shades of Conifer #94E85D

Tints of Conifer #94E85D

Color information

#94E85D (or 0x94E85D) is unknown color: approx Conifer. HEX triplet: 94, E8 and 5D. RGB value is (148,232,93). Sum of RGB (Red+Green+Blue) = 148+232+93=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #94E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E85D is #6B17A2. Grayscale: #BFBFBF. Windows color (decimal): -7018403 or 6154388. OLE color: 6154388.

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

Color convert

RGB14823293-
CMYK0.3600.600.09
HSL96.26º75.14%63.73%-
HSV(B)96.26º59.91%90.98%-
XYZ43.0564.820.59-
YUV191.0472.6797.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 232 (91.02% from 255) = 49.05%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=31.29%
G=49.05%
B=19.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148232930.3600.600.0996.2675.1463.73
Hex94E85D2403C9604b40
Octal2243501354407411140113100
Binary1001010011101000101110110010001111001001110000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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