Html Css Color HEX #94C365 Olivine

📋 copy color: '#94C365'

red 148 ◦ green 195 ◦ blue 101

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

Shades of Olivine #94C365

Tints of Olivine #94C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.92%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 33.33%
G = 43.92%
B = 22.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#94C365 (or 0x94C365) is known color: Olivine. HEX triplet: 94, C3 and 65. RGB value is (148,195,101). Sum of RGB (Red+Green+Blue) = 148+195+101=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #94C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C365 is #6B3C9A. Grayscale: #AAAAAA. Windows color (decimal): -7027867 or 6669204. OLE color: 6669204.

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

Color convert

RGB 148 195 101 -
CMYK 0.24 0 0.48 0.24
HSL 90º 0.44% 0.58% -
HSV(B) 90º 0.48% 0.76% -
XYZ 34.08 46.27 19.45 -
YUV 170.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 148 195 101 0.24 0 0.48 0.24 90 0.44 0.58
Hex 94 C3 65 18 0 30 18 5A 2C 3A
Octal 224 303 145 30 0 60 30 132 54 72
Binary 10010100 11000011 1100101 11000 0 110000 11000 1011010 101100 111010

Color Harmonies of #94C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C365

Black with #94C365

Text Example


Text Example

White with #94C365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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