Html Css Color HEX #12C289 Mountain Meadow

📋 copy color: '#12C289'

red 18 ◦ green 194 ◦ blue 137

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

Shades of Mountain Meadow #12C289

Tints of Mountain Meadow #12C289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.59%

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 5.16%
G = 55.59%
B = 39.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#12C289 (or 0x12C289) is known color: Mountain Meadow. HEX triplet: 12, C2 and 89. RGB value is (18,194,137). Sum of RGB (Red+Green+Blue) = 18+194+137=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #12C289 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C289 is #ED3D76. Grayscale: #868686. Windows color (decimal): -15547767 or 9028114. OLE color: 9028114.

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

Color convert

RGB 18 194 137 -
CMYK 0.91 0 0.29 0.24
HSL 160.57º 0.83% 0.42% -
HSV(B) 160.57º 0.91% 0.76% -
XYZ 24.06 40.52 30.22 -
YUV 134.88 129.19 44.63 -
System Red Green Blue C M Y K H S L
Decimal 18 194 137 0.91 0 0.29 0.24 160.57 0.83 0.42
Hex 12 C2 89 5B 0 1D 18 A1 53 2A
Octal 22 302 211 133 0 35 30 241 123 52
Binary 10010 11000010 10001001 1011011 0 11101 11000 10100001 1010011 101010

Color Harmonies of #12C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C289

Black with #12C289

Text Example


Text Example

White with #12C289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,194,137); }

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

background-color css

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

 a { background-color: rgb(18,194,137); }

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

border-color css

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

 span { border-color: rgb(18,194,137); }

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