#94C15C

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

Shades of Olivine #94C15C

Tints of Olivine #94C15C

Color information

#94C15C (or 0x94C15C) is unknown color: approx Olivine. HEX triplet: 94, C1 and 5C. RGB value is (148,193,92). Sum of RGB (Red+Green+Blue) = 148+193+92=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #94C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C15C is #6B3EA3. Grayscale: #A8A8A8. Windows color (decimal): -7028388 or 6078868. OLE color: 6078868.

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

Color convert

RGB14819392-
CMYK0.2300.520.24
HSL86.73º44.89%55.88%-
HSV(B)86.73º52.33%75.69%-
XYZ33.2145.2117.1-
YUV168.0385.09113.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=34.18%
G=44.57%
B=21.25%

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
Decimal148193920.2300.520.2486.7344.8955.88
Hex94C15C1703418572d38
Octal22430113427064301275570
Binary10010100110000011011100101110110100110001010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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