Html Css Color HEX #12C775 Mountain Meadow

📋 copy color: '#12C775'

red 18 ◦ green 199 ◦ blue 117

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

Shades of Mountain Meadow #12C775

Tints of Mountain Meadow #12C775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.58%

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

R = 5.39%
G = 59.58%
B = 35.03%

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

#12C775 (or 0x12C775) is known color: Mountain Meadow. HEX triplet: 12, C7 and 75. RGB value is (18,199,117). Sum of RGB (Red+Green+Blue) = 18+199+117=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #12C775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C775 is #ED388A. Grayscale: #878787. Windows color (decimal): -15546507 or 7718674. OLE color: 7718674.

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

Color convert

RGB 18 199 117 -
CMYK 0.91 0 0.41 0.22
HSL 152.82º 0.83% 0.43% -
HSV(B) 152.82º 0.91% 0.78% -
XYZ 23.88 42.26 23.73 -
YUV 135.53 117.53 44.17 -
System Red Green Blue C M Y K H S L
Decimal 18 199 117 0.91 0 0.41 0.22 152.82 0.83 0.43
Hex 12 C7 75 5B 0 29 16 99 53 2B
Octal 22 307 165 133 0 51 26 231 123 53
Binary 10010 11000111 1110101 1011011 0 101001 10110 10011001 1010011 101011

Color Harmonies of #12C775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C775

Black with #12C775

Text Example


Text Example

White with #12C775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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