#94C15D

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

Shades of Olivine #94C15D

Tints of Olivine #94C15D

Color information

#94C15D (or 0x94C15D) is unknown color: approx Olivine. HEX triplet: 94, C1 and 5D. RGB value is (148,193,93). Sum of RGB (Red+Green+Blue) = 148+193+93=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #94C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C15D is #6B3EA2. Grayscale: #A8A8A8. Windows color (decimal): -7028387 or 6144404. OLE color: 6144404.

HSL color Cylindrical-coordinate representation of color #94C15D: hue angle of 87º degrees, saturation: 0.45, 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 #94C15D is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB14819393-
CMYK0.2300.520.24
HSL87º44.64%56.08%-
HSV(B)87º51.81%75.69%-
XYZ33.2645.2317.33-
YUV168.1485.59113.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=34.10%
G=44.47%
B=21.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193930.2300.520.248744.6456.08
Hex94C15D1703418572d38
Octal22430113527064301275570
Binary10010100110000011011101101110110100110001010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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