Html Css Color HEX #12B773 Mountain Meadow

📋 copy color: '#12B773'

red 18 ◦ green 183 ◦ blue 115

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

Shades of Mountain Meadow #12B773

Tints of Mountain Meadow #12B773

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.91%

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

R = 5.7%
G = 57.91%
B = 36.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#12B773 (or 0x12B773) is known color: Mountain Meadow. HEX triplet: 12, B7 and 73. RGB value is (18,183,115). Sum of RGB (Red+Green+Blue) = 18+183+115=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #12B773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B773 is #ED488C. Grayscale: #7E7E7E. Windows color (decimal): -15550605 or 7583506. OLE color: 7583506.

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

Color convert

RGB 18 183 115 -
CMYK 0.90 0 0.37 0.28
HSL 155.27º 0.82% 0.39% -
HSV(B) 155.27º 0.9% 0.72% -
XYZ 20.28 35.23 21.95 -
YUV 125.91 121.84 51.03 -
System Red Green Blue C M Y K H S L
Decimal 18 183 115 0.90 0 0.37 0.28 155.27 0.82 0.39
Hex 12 B7 73 5A 0 25 1C 9B 52 27
Octal 22 267 163 132 0 45 34 233 122 47
Binary 10010 10110111 1110011 1011010 0 100101 11100 10011011 1010010 100111

Color Harmonies of #12B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B773

Black with #12B773

Text Example


Text Example

White with #12B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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