#10B481

Color #10B481 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10B481

Tints of Mountain Meadow #10B481

Color information

#10B481 (or 0x10B481) is unknown color: approx 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

RGB16180129-
CMYK0.9100.280.29
HSL161.34º83.67%38.43%-
HSV(B)161.34º91.11%70.59%-
XYZ20.534.3426.32-
YUV125.15130.1750.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801290.9100.280.29161.3483.6738.43
Hex10B4815B01C1Da15426
Octal202642011330343524112446
Binary100001011010010000001101101101110011101101000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>