Html Css Color HEX #12B373 Mountain Meadow

📋 copy color: '#12B373'

red 18 ◦ green 179 ◦ blue 115

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

Shades of Mountain Meadow #12B373

Tints of Mountain Meadow #12B373

RGB

 RED value IS 18 (7.42% from 255) = 5.77%

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 5.77%
G = 57.37%
B = 36.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#12B373 (or 0x12B373) is known color: Mountain Meadow. HEX triplet: 12, B3 and 73. RGB value is (18,179,115). Sum of RGB (Red+Green+Blue) = 18+179+115=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #12B373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B373 is #ED4C8C. Grayscale: #7B7B7B. Windows color (decimal): -15551629 or 7582482. OLE color: 7582482.

HSL color Cylindrical-coordinate representation of color #12B373: hue angle of 156.15º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B373 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 115 -
CMYK 0.90 0 0.36 0.30
HSL 156.15º 0.82% 0.39% -
HSV(B) 156.15º 0.9% 0.7% -
XYZ 19.46 33.61 21.68 -
YUV 123.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 18 179 115 0.90 0 0.36 0.30 156.15 0.82 0.39
Hex 12 B3 73 5A 0 24 1E 9C 52 27
Octal 22 263 163 132 0 44 36 234 122 47
Binary 10010 10110011 1110011 1011010 0 100100 11110 10011100 1010010 100111

Color Harmonies of #12B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B373

Black with #12B373

Text Example


Text Example

White with #12B373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,115); }

 H1.HeaderClassName
 {
   color: #12B373;
 }
 .AnyTagClassName
 {
   color: #12B373;
 }
</style>

background-color css

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

 a { background-color: rgb(18,179,115); }

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

border-color css

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

 span { border-color: rgb(18,179,115); }

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