Html Css Color HEX #12C173 Mountain Meadow

📋 copy color: '#12C173'

red 18 ◦ green 193 ◦ blue 115

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

Shades of Mountain Meadow #12C173

Tints of Mountain Meadow #12C173

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.2%

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

R = 5.52%
G = 59.2%
B = 35.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#12C173 (or 0x12C173) is known color: Mountain Meadow. HEX triplet: 12, C1 and 73. RGB value is (18,193,115). Sum of RGB (Red+Green+Blue) = 18+193+115=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #12C173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C173 is #ED3E8C. Grayscale: #838383. Windows color (decimal): -15548045 or 7586066. OLE color: 7586066.

HSL color Cylindrical-coordinate representation of color #12C173: hue angle of 153.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C173 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 115 -
CMYK 0.91 0 0.40 0.24
HSL 153.26º 0.83% 0.41% -
HSV(B) 153.26º 0.91% 0.76% -
XYZ 22.41 39.51 22.66 -
YUV 131.78 118.52 46.84 -
System Red Green Blue C M Y K H S L
Decimal 18 193 115 0.91 0 0.40 0.24 153.26 0.83 0.41
Hex 12 C1 73 5B 0 28 18 99 53 29
Octal 22 301 163 133 0 50 30 231 123 51
Binary 10010 11000001 1110011 1011011 0 101000 11000 10011001 1010011 101001

Color Harmonies of #12C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C173

Black with #12C173

Text Example


Text Example

White with #12C173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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