#94C26E

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

Shades of Olivine #94C26E

Tints of Olivine #94C26E

Color information

#94C26E (or 0x94C26E) is unknown color: approx Olivine. HEX triplet: 94, C2 and 6E. RGB value is (148,194,110). Sum of RGB (Red+Green+Blue) = 148+194+110=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #94C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C26E is #6B3D91. Grayscale: #AAAAAA. Windows color (decimal): -7028114 or 7258772. OLE color: 7258772.

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

Color convert

RGB148194110-
CMYK0.2400.430.24
HSL92.86º40.78%59.61%-
HSV(B)92.86º43.3%76.08%-
XYZ34.3246.0121.82-
YUV170.6793.76111.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=32.74%
G=42.92%
B=24.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941100.2400.430.2492.8640.7859.61
Hex94C26E1802B185d293c
Octal22430215630053301355174
Binary10010100110000101101110110000101011110001011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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