#94EE5A

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

Shades of Conifer #94EE5A

Tints of Conifer #94EE5A

Color information

#94EE5A (or 0x94EE5A) is unknown color: approx Conifer. HEX triplet: 94, EE and 5A. RGB value is (148,238,90). Sum of RGB (Red+Green+Blue) = 148+238+90=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE5A is #6B11A5. Grayscale: #C2C2C2. Windows color (decimal): -7016870 or 5959316. OLE color: 5959316.

HSL color Cylindrical-coordinate representation of color #94EE5A: hue angle of 96.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94EE5A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB14823890-
CMYK0.3800.620.07
HSL96.49º81.32%64.31%-
HSV(B)96.49º62.18%93.33%-
XYZ44.6368.1820.48-
YUV194.2269.1895.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 238 (93.36% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=31.09%
G=50%
B=18.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148238900.3800.620.0796.4981.3264.31
Hex94EE5A2603E7605140
Octal224356132460767140121100
Binary100101001110111010110101001100111110111110000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,90); }

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

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

 a { background-color: rgb(148,238,90); }

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

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

 span { border-color: rgb(148,238,90); }

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