Html Css Color HEX #12C675 Mountain Meadow

📋 copy color: '#12C675'

red 18 ◦ green 198 ◦ blue 117

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

Shades of Mountain Meadow #12C675

Tints of Mountain Meadow #12C675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.46%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 5.41%
G = 59.46%
B = 35.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#12C675 (or 0x12C675) is known color: Mountain Meadow. HEX triplet: 12, C6 and 75. RGB value is (18,198,117). Sum of RGB (Red+Green+Blue) = 18+198+117=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #12C675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C675 is #ED398A. Grayscale: #878787. Windows color (decimal): -15546763 or 7718418. OLE color: 7718418.

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

Color convert

RGB 18 198 117 -
CMYK 0.91 0 0.41 0.22
HSL 153º 0.83% 0.42% -
HSV(B) 153º 0.91% 0.78% -
XYZ 23.65 41.8 23.65 -
YUV 134.95 117.87 44.59 -
System Red Green Blue C M Y K H S L
Decimal 18 198 117 0.91 0 0.41 0.22 153 0.83 0.42
Hex 12 C6 75 5B 0 29 16 99 53 2A
Octal 22 306 165 133 0 51 26 231 123 52
Binary 10010 11000110 1110101 1011011 0 101001 10110 10011001 1010011 101010

Color Harmonies of #12C675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C675

Black with #12C675

Text Example


Text Example

White with #12C675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,117); }

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

background-color css

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

 a { background-color: rgb(18,198,117); }

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

border-color css

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

 span { border-color: rgb(18,198,117); }

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