Html Css Color HEX #10B481 Mountain Meadow

📋 copy color: '#10B481'

red 16 ◦ green 180 ◦ blue 129

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

Shades of Mountain Meadow #10B481

Tints of Mountain Meadow #10B481

RGB

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

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

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

R = 4.92%
G = 55.38%
B = 39.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#10B481 (or 0x10B481) is known color: Mountain Meadow. HEX triplet: 10, B4 and 81. RGB value is (16,180,129). Sum of RGB (Red+Green+Blue) = 16+180+129=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #10B481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B481 is #EF4B7E. Grayscale: #7D7D7D. Windows color (decimal): -15682431 or 8500240. OLE color: 8500240.

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

Color convert

RGB 16 180 129 -
CMYK 0.91 0 0.28 0.29
HSL 161.34º 0.84% 0.38% -
HSV(B) 161.34º 0.91% 0.71% -
XYZ 20.5 34.34 26.32 -
YUV 125.15 130.17 50.15 -
System Red Green Blue C M Y K H S L
Decimal 16 180 129 0.91 0 0.28 0.29 161.34 0.84 0.38
Hex 10 B4 81 5B 0 1C 1D A1 54 26
Octal 20 264 201 133 0 34 35 241 124 46
Binary 10000 10110100 10000001 1011011 0 11100 11101 10100001 1010100 100110

Color Harmonies of #10B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B481

Black with #10B481

Text Example


Text Example

White with #10B481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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