Html Css Color HEX #12C174 Mountain Meadow

📋 copy color: '#12C174'

red 18 ◦ green 193 ◦ blue 116

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

Shades of Mountain Meadow #12C174

Tints of Mountain Meadow #12C174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 5.5%
G = 59.02%
B = 35.47%

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

#12C174 (or 0x12C174) is known color: Mountain Meadow. HEX triplet: 12, C1 and 74. RGB value is (18,193,116). Sum of RGB (Red+Green+Blue) = 18+193+116=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #12C174 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C174 is #ED3E8B. Grayscale: #848484. Windows color (decimal): -15548044 or 7651602. OLE color: 7651602.

HSL color Cylindrical-coordinate representation of color #12C174: hue angle of 153.6º 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 #12C174 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 116 -
CMYK 0.91 0 0.40 0.24
HSL 153.6º 0.83% 0.41% -
HSV(B) 153.6º 0.91% 0.76% -
XYZ 22.47 39.53 22.97 -
YUV 131.9 119.02 46.76 -
System Red Green Blue C M Y K H S L
Decimal 18 193 116 0.91 0 0.40 0.24 153.6 0.83 0.41
Hex 12 C1 74 5B 0 28 18 9A 53 29
Octal 22 301 164 133 0 50 30 232 123 51
Binary 10010 11000001 1110100 1011011 0 101000 11000 10011010 1010011 101001

Color Harmonies of #12C174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C174

Black with #12C174

Text Example


Text Example

White with #12C174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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