#94EF5A

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

Shades of Conifer #94EF5A

Tints of Conifer #94EF5A

Color information

#94EF5A (or 0x94EF5A) is unknown color: approx Conifer. HEX triplet: 94, EF and 5A. RGB value is (148,239,90). Sum of RGB (Red+Green+Blue) = 148+239+90=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EF5A is #6B10A5. Grayscale: #C3C3C3. Windows color (decimal): -7016614 or 5959572. OLE color: 5959572.

HSL color Cylindrical-coordinate representation of color #94EF5A: hue angle of 96.64º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94EF5A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB14823990-
CMYK0.3800.620.06
HSL96.64º82.32%64.51%-
HSV(B)96.64º62.34%93.73%-
XYZ44.9268.7720.58-
YUV194.868.8594.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 239 (93.75% from 255) = 50.10%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=31.03%
G=50.10%
B=18.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148239900.3800.620.0696.6482.3264.51
Hex94EF5A2603E6615241
Octal224357132460766141122101
Binary100101001110111110110101001100111110110110000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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