#94C26C

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

Shades of Olivine #94C26C

Tints of Olivine #94C26C

Color information

#94C26C (or 0x94C26C) is unknown color: approx Olivine. HEX triplet: 94, C2 and 6C. RGB value is (148,194,108). Sum of RGB (Red+Green+Blue) = 148+194+108=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #94C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C26C is #6B3D93. Grayscale: #AAAAAA. Windows color (decimal): -7028116 or 7127700. OLE color: 7127700.

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

Color convert

RGB148194108-
CMYK0.2400.440.24
HSL92.09º41.35%59.22%-
HSV(B)92.09º44.33%76.08%-
XYZ34.2145.9621.26-
YUV170.4492.76111.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 108 (42.58% from 255) = 24%
R=32.89%
G=43.11%
B=24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941080.2400.440.2492.0941.3559.22
Hex94C26C1802C185c293b
Octal22430215430054301345173
Binary10010100110000101101100110000101100110001011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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