Html Css Color HEX #12C070 Mountain Meadow

📋 copy color: '#12C070'

red 18 ◦ green 192 ◦ blue 112

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

Shades of Mountain Meadow #12C070

Tints of Mountain Meadow #12C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.63%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 5.59%
G = 59.63%
B = 34.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#12C070 (or 0x12C070) is known color: Mountain Meadow. HEX triplet: 12, C0 and 70. RGB value is (18,192,112). Sum of RGB (Red+Green+Blue) = 18+192+112=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #12C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C070 is #ED3F8F. Grayscale: #838383. Windows color (decimal): -15548304 or 7389202. OLE color: 7389202.

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

Color convert

RGB 18 192 112 -
CMYK 0.91 0 0.42 0.25
HSL 152.41º 0.83% 0.41% -
HSV(B) 152.41º 0.91% 0.75% -
XYZ 22.02 39 21.7 -
YUV 130.85 117.35 47.5 -
System Red Green Blue C M Y K H S L
Decimal 18 192 112 0.91 0 0.42 0.25 152.41 0.83 0.41
Hex 12 C0 70 5B 0 2A 19 98 53 29
Octal 22 300 160 133 0 52 31 230 123 51
Binary 10010 11000000 1110000 1011011 0 101010 11001 10011000 1010011 101001

Color Harmonies of #12C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C070

Black with #12C070

Text Example


Text Example

White with #12C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,112); }

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

background-color css

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

 a { background-color: rgb(18,192,112); }

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

border-color css

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

 span { border-color: rgb(18,192,112); }

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