#94C35D

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

Shades of Olivine #94C35D

Tints of Olivine #94C35D

Color information

#94C35D (or 0x94C35D) is unknown color: approx Olivine. HEX triplet: 94, C3 and 5D. RGB value is (148,195,93). Sum of RGB (Red+Green+Blue) = 148+195+93=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #94C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C35D is #6B3CA2. Grayscale: #A9A9A9. Windows color (decimal): -7027875 or 6144916. OLE color: 6144916.

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

Color convert

RGB14819593-
CMYK0.2400.520.24
HSL87.65º45.95%56.47%-
HSV(B)87.65º52.31%76.47%-
XYZ33.746.1217.48-
YUV169.3284.93112.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=33.94%
G=44.72%
B=21.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148195930.2400.520.2487.6545.9556.47
Hex94C35D1803418582e38
Octal22430313530064301305670
Binary10010100110000111011101110000110100110001011000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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