Html Css Color HEX #10B381 Mountain Meadow

📋 copy color: '#10B381'

red 16 ◦ green 179 ◦ blue 129

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

Shades of Mountain Meadow #10B381

Tints of Mountain Meadow #10B381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 4.94%
G = 55.25%
B = 39.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#10B381 (or 0x10B381) is known color: Mountain Meadow. HEX triplet: 10, B3 and 81. RGB value is (16,179,129). Sum of RGB (Red+Green+Blue) = 16+179+129=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #10B381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B381 is #EF4C7E. Grayscale: #7C7C7C. Windows color (decimal): -15682687 or 8499984. OLE color: 8499984.

HSL color Cylindrical-coordinate representation of color #10B381: hue angle of 161.6º 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 #10B381 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 129 -
CMYK 0.91 0 0.28 0.30
HSL 161.6º 0.84% 0.38% -
HSV(B) 161.6º 0.91% 0.7% -
XYZ 20.3 33.94 26.25 -
YUV 124.56 130.5 50.57 -
System Red Green Blue C M Y K H S L
Decimal 16 179 129 0.91 0 0.28 0.30 161.6 0.84 0.38
Hex 10 B3 81 5B 0 1C 1E A2 54 26
Octal 20 263 201 133 0 34 36 242 124 46
Binary 10000 10110011 10000001 1011011 0 11100 11110 10100010 1010100 100110

Color Harmonies of #10B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B381

Black with #10B381

Text Example


Text Example

White with #10B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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