#94C365

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

Shades of Olivine #94C365

Tints of Olivine #94C365

Color information

#94C365 (or 0x94C365) is unknown color: approx Olivine. HEX triplet: 94, C3 and 65. RGB value is (148,195,101). Sum of RGB (Red+Green+Blue) = 148+195+101=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #94C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C365 is #6B3C9A. Grayscale: #AAAAAA. Windows color (decimal): -7027867 or 6669204. OLE color: 6669204.

HSL color Cylindrical-coordinate representation of color #94C365: hue angle of 90º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94C365 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB148195101-
CMYK0.2400.480.24
HSL90º43.93%58.04%-
HSV(B)90º48.21%76.47%-
XYZ34.0846.2719.45-
YUV170.2388.93112.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=33.33%
G=43.92%
B=22.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951010.2400.480.249043.9358.04
Hex94C36518030185a2c3a
Octal22430314530060301325472
Binary10010100110000111100101110000110000110001011010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,101); }

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

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

 a { background-color: rgb(148,195,101); }

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

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

 span { border-color: rgb(148,195,101); }

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