Html Css Color HEX #10B478 Mountain Meadow

📋 copy color: '#10B478'

red 16 ◦ green 180 ◦ blue 120

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

Shades of Mountain Meadow #10B478

Tints of Mountain Meadow #10B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.96%

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

R = 5.06%
G = 56.96%
B = 37.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#10B478 (or 0x10B478) is known color: Mountain Meadow. HEX triplet: 10, B4 and 78. RGB value is (16,180,120). Sum of RGB (Red+Green+Blue) = 16+180+120=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #10B478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B478 is #EF4B87. Grayscale: #7C7C7C. Windows color (decimal): -15682440 or 7910416. OLE color: 7910416.

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

Color convert

RGB 16 180 120 -
CMYK 0.91 0 0.33 0.29
HSL 158.05º 0.84% 0.38% -
HSV(B) 158.05º 0.91% 0.71% -
XYZ 19.93 34.11 23.3 -
YUV 124.12 125.67 50.88 -
System Red Green Blue C M Y K H S L
Decimal 16 180 120 0.91 0 0.33 0.29 158.05 0.84 0.38
Hex 10 B4 78 5B 0 21 1D 9E 54 26
Octal 20 264 170 133 0 41 35 236 124 46
Binary 10000 10110100 1111000 1011011 0 100001 11101 10011110 1010100 100110

Color Harmonies of #10B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B478

Black with #10B478

Text Example


Text Example

White with #10B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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