Html Css Color HEX #12BC73 Mountain Meadow

📋 copy color: '#12BC73'

red 18 ◦ green 188 ◦ blue 115

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

Shades of Mountain Meadow #12BC73

Tints of Mountain Meadow #12BC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

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

R = 5.61%
G = 58.57%
B = 35.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#12BC73 (or 0x12BC73) is known color: Mountain Meadow. HEX triplet: 12, BC and 73. RGB value is (18,188,115). Sum of RGB (Red+Green+Blue) = 18+188+115=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC73 is #ED438C. Grayscale: #808080. Windows color (decimal): -15549325 or 7584786. OLE color: 7584786.

HSL color Cylindrical-coordinate representation of color #12BC73: hue angle of 154.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC73 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 115 -
CMYK 0.90 0 0.39 0.26
HSL 154.24º 0.83% 0.4% -
HSV(B) 154.24º 0.9% 0.74% -
XYZ 21.33 37.33 22.3 -
YUV 128.85 120.18 48.94 -
System Red Green Blue C M Y K H S L
Decimal 18 188 115 0.90 0 0.39 0.26 154.24 0.83 0.4
Hex 12 BC 73 5A 0 27 1A 9A 53 28
Octal 22 274 163 132 0 47 32 232 123 50
Binary 10010 10111100 1110011 1011010 0 100111 11010 10011010 1010011 101000

Color Harmonies of #12BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC73

Black with #12BC73

Text Example


Text Example

White with #12BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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