#94C161

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

Shades of Olivine #94C161

Tints of Olivine #94C161

Color information

#94C161 (or 0x94C161) is unknown color: approx Olivine. HEX triplet: 94, C1 and 61. RGB value is (148,193,97). Sum of RGB (Red+Green+Blue) = 148+193+97=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #94C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C161 is #6B3E9E. Grayscale: #A8A8A8. Windows color (decimal): -7028383 or 6406548. OLE color: 6406548.

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

Color convert

RGB14819397-
CMYK0.2300.500.24
HSL88.12º43.64%56.86%-
HSV(B)88.12º49.74%75.69%-
XYZ33.4445.318.29-
YUV168.687.59113.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=33.79%
G=44.06%
B=22.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193970.2300.500.2488.1243.6456.86
Hex94C1611703218582c39
Octal22430114127062301305471
Binary10010100110000011100001101110110010110001011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,97); }

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

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

 a { background-color: rgb(148,193,97); }

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

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

 span { border-color: rgb(148,193,97); }

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