Html Css Color HEX #12C073 Mountain Meadow

📋 copy color: '#12C073'

red 18 ◦ green 192 ◦ blue 115

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

Shades of Mountain Meadow #12C073

Tints of Mountain Meadow #12C073

RGB

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

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

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

R = 5.54%
G = 59.08%
B = 35.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#12C073 (or 0x12C073) is known color: Mountain Meadow. HEX triplet: 12, C0 and 73. RGB value is (18,192,115). Sum of RGB (Red+Green+Blue) = 18+192+115=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #12C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C073 is #ED3F8C. Grayscale: #838383. Windows color (decimal): -15548301 or 7585810. OLE color: 7585810.

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

Color convert

RGB 18 192 115 -
CMYK 0.91 0 0.40 0.25
HSL 153.45º 0.83% 0.41% -
HSV(B) 153.45º 0.91% 0.75% -
XYZ 22.19 39.07 22.59 -
YUV 131.2 118.85 47.26 -
System Red Green Blue C M Y K H S L
Decimal 18 192 115 0.91 0 0.40 0.25 153.45 0.83 0.41
Hex 12 C0 73 5B 0 28 19 99 53 29
Octal 22 300 163 133 0 50 31 231 123 51
Binary 10010 11000000 1110011 1011011 0 101000 11001 10011001 1010011 101001

Color Harmonies of #12C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C073

Black with #12C073

Text Example


Text Example

White with #12C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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