Html Css Color HEX #10B378 Mountain Meadow

📋 copy color: '#10B378'

red 16 ◦ green 179 ◦ blue 120

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

Shades of Mountain Meadow #10B378

Tints of Mountain Meadow #10B378

RGB

 RED value IS 16 (6.64% from 255) = 5.08%

 GREEN value IS 179 (70.31% from 255) = 56.83%

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

R = 5.08%
G = 56.83%
B = 38.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#10B378 (or 0x10B378) is known color: Mountain Meadow. HEX triplet: 10, B3 and 78. RGB value is (16,179,120). Sum of RGB (Red+Green+Blue) = 16+179+120=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #10B378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B378 is #EF4C87. Grayscale: #7B7B7B. Windows color (decimal): -15682696 or 7910160. OLE color: 7910160.

HSL color Cylindrical-coordinate representation of color #10B378: hue angle of 158.28º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B378 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 120 -
CMYK 0.91 0 0.33 0.30
HSL 158.28º 0.84% 0.38% -
HSV(B) 158.28º 0.91% 0.7% -
XYZ 19.72 33.71 23.24 -
YUV 123.54 126 51.3 -
System Red Green Blue C M Y K H S L
Decimal 16 179 120 0.91 0 0.33 0.30 158.28 0.84 0.38
Hex 10 B3 78 5B 0 21 1E 9E 54 26
Octal 20 263 170 133 0 41 36 236 124 46
Binary 10000 10110011 1111000 1011011 0 100001 11110 10011110 1010100 100110

Color Harmonies of #10B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B378

Black with #10B378

Text Example


Text Example

White with #10B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B378; }

 p { color: rgb(16,179,120); }

 H1.HeaderClassName
 {
   color: #10B378;
 }
 .AnyTagClassName
 {
   color: #10B378;
 }
</style>

background-color css

<style>
 a { background-color: #10B378; }

 a { background-color: rgb(16,179,120); }

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

border-color css

<style>
 span { border-color: #10B378; }

 span { border-color: rgb(16,179,120); }

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