Html Css Color HEX #12C772 Mountain Meadow

📋 copy color: '#12C772'

red 18 ◦ green 199 ◦ blue 114

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

Shades of Mountain Meadow #12C772

Tints of Mountain Meadow #12C772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 5.44%
G = 60.12%
B = 34.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#12C772 (or 0x12C772) is known color: Mountain Meadow. HEX triplet: 12, C7 and 72. RGB value is (18,199,114). Sum of RGB (Red+Green+Blue) = 18+199+114=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #12C772 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C772 is #ED388D. Grayscale: #878787. Windows color (decimal): -15546510 or 7522066. OLE color: 7522066.

HSL color Cylindrical-coordinate representation of color #12C772: hue angle of 151.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 #12C772 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 199 114 -
CMYK 0.91 0 0.43 0.22
HSL 151.82º 0.83% 0.43% -
HSV(B) 151.82º 0.91% 0.78% -
XYZ 23.71 42.19 22.81 -
YUV 135.19 116.03 44.41 -
System Red Green Blue C M Y K H S L
Decimal 18 199 114 0.91 0 0.43 0.22 151.82 0.83 0.43
Hex 12 C7 72 5B 0 2B 16 98 53 2B
Octal 22 307 162 133 0 53 26 230 123 53
Binary 10010 11000111 1110010 1011011 0 101011 10110 10011000 1010011 101011

Color Harmonies of #12C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C772

Black with #12C772

Text Example


Text Example

White with #12C772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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