#94F05E

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

Shades of Conifer #94F05E

Tints of Conifer #94F05E

Color information

#94F05E (or 0x94F05E) is unknown color: approx Conifer. HEX triplet: 94, F0 and 5E. RGB value is (148,240,94). Sum of RGB (Red+Green+Blue) = 148+240+94=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #94F05E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F05E is #6B0FA1. Grayscale: #C4C4C4. Windows color (decimal): -7016354 or 6221972. OLE color: 6221972.

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

Color convert

RGB14824094-
CMYK0.3800.610.06
HSL97.81º82.95%65.49%-
HSV(B)97.81º60.83%94.12%-
XYZ45.3969.4221.6-
YUV195.8570.5293.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=30.71%
G=49.79%
B=19.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148240940.3800.610.0697.8182.9565.49
Hex94F05E2603D6625341
Octal224360136460756142123101
Binary100101001111000010111101001100111101110110001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,94); }

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

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

 a { background-color: rgb(148,240,94); }

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

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

 span { border-color: rgb(148,240,94); }

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