#94C26A

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

Shades of Olivine #94C26A

Tints of Olivine #94C26A

Color information

#94C26A (or 0x94C26A) is unknown color: approx Olivine. HEX triplet: 94, C2 and 6A. RGB value is (148,194,106). Sum of RGB (Red+Green+Blue) = 148+194+106=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #94C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C26A is #6B3D95. Grayscale: #AAAAAA. Windows color (decimal): -7028118 or 6996628. OLE color: 6996628.

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

Color convert

RGB148194106-
CMYK0.2400.450.24
HSL91.36º41.9%58.82%-
HSV(B)91.36º45.36%76.08%-
XYZ34.1145.9220.7-
YUV170.2191.76112.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 194 (76.17% from 255) = 43.30%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=33.04%
G=43.30%
B=23.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941060.2400.450.2491.3641.958.82
Hex94C26A1802D185b2a3b
Octal22430215230055301335273
Binary10010100110000101101010110000101101110001011011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,106); }

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

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

 a { background-color: rgb(148,194,106); }

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

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

 span { border-color: rgb(148,194,106); }

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