Html Css Color HEX #94C370 Olivine

📋 copy color: '#94C370'

red 148 ◦ green 195 ◦ blue 112

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

Shades of Olivine #94C370

Tints of Olivine #94C370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 32.53%
G = 42.86%
B = 24.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#94C370 (or 0x94C370) is known color: Olivine. HEX triplet: 94, C3 and 70. RGB value is (148,195,112). Sum of RGB (Red+Green+Blue) = 148+195+112=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #94C370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C370 is #6B3C8F. Grayscale: #ABABAB. Windows color (decimal): -7027856 or 7390100. OLE color: 7390100.

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

Color convert

RGB 148 195 112 -
CMYK 0.24 0 0.43 0.24
HSL 93.98º 0.41% 0.6% -
HSV(B) 93.98º 0.43% 0.76% -
XYZ 34.65 46.5 22.48 -
YUV 171.49 94.43 111.25 -
System Red Green Blue C M Y K H S L
Decimal 148 195 112 0.24 0 0.43 0.24 93.98 0.41 0.6
Hex 94 C3 70 18 0 2B 18 5E 29 3C
Octal 224 303 160 30 0 53 30 136 51 74
Binary 10010100 11000011 1110000 11000 0 101011 11000 1011110 101001 111100

Color Harmonies of #94C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C370

Black with #94C370

Text Example


Text Example

White with #94C370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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