Html Css Color HEX #94C178 Olivine

📋 copy color: '#94C178'

red 148 ◦ green 193 ◦ blue 120

#94C178
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #94C178

Tints of Olivine #94C178

RGB

 RED value IS 148 (58.2% from 255) = 32.1%

 GREEN value IS 193 (75.78% from 255) = 41.87%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 32.1%
G = 41.87%
B = 26.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#94C178 (or 0x94C178) is known color: Olivine. HEX triplet: 94, C1 and 78. RGB value is (148,193,120). Sum of RGB (Red+Green+Blue) = 148+193+120=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #94C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C178 is #6B3E87. Grayscale: #ABABAB. Windows color (decimal): -7028360 or 7913876. OLE color: 7913876.

HSL color Cylindrical-coordinate representation of color #94C178: hue angle of 96.99º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C178 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 120 -
CMYK 0.23 0 0.38 0.24
HSL 96.99º 0.37% 0.61% -
HSV(B) 96.99º 0.38% 0.76% -
XYZ 34.67 45.79 24.78 -
YUV 171.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 148 193 120 0.23 0 0.38 0.24 96.99 0.37 0.61
Hex 94 C1 78 17 0 26 18 61 25 3D
Octal 224 301 170 27 0 46 30 141 45 75
Binary 10010100 11000001 1111000 10111 0 100110 11000 1100001 100101 111101

Color Harmonies of #94C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C178

Black with #94C178

Text Example


Text Example

White with #94C178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94C178;
 }
 .AnyTagClassName
 {
   color: #94C178;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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