#12B483

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

Shades of Mountain Meadow #12B483

Tints of Mountain Meadow #12B483

Color information

#12B483 (or 0x12B483) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 83. RGB value is (18,180,131). Sum of RGB (Red+Green+Blue) = 18+180+131=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #12B483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B483 is #ED4B7C. Grayscale: #7E7E7E. Windows color (decimal): -15551357 or 8631314. OLE color: 8631314.

HSL color Cylindrical-coordinate representation of color #12B483: hue angle of 161.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B483 is Cyan = 0.9, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18180131-
CMYK0.900.270.29
HSL161.85º81.82%38.82%-
HSV(B)161.85º90%70.59%-
XYZ20.6734.4127.03-
YUV125.98130.8350.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=5.47%
G=54.71%
B=39.82%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801310.900.270.29161.8581.8238.82
Hex12B4835A01B1Da25227
Octal222642031320333524212247
Binary100101011010010000011101101001101111101101000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12B483; }

 p { color: rgb(18,180,131); }

 H1.HeaderClassName
 {
   color: #12B483;
 }
 .AnyTagClassName
 {
   color: #12B483;
 }
</style>
background-color css

<style>
 a { background-color: #12B483; }

 a { background-color: rgb(18,180,131); }

 div.DivClassName
 {
   background-color: #12B483;
 }
 .BgClassName
 {
   background-color: #12B483;
 }
</style>
border-color css

<style>
 span { border-color: #12B483; }

 span { border-color: rgb(18,180,131); }

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