Html Css Color HEX #12CC7F Mountain Meadow

📋 copy color: '#12CC7F'

red 18 ◦ green 204 ◦ blue 127

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

Shades of Mountain Meadow #12CC7F

Tints of Mountain Meadow #12CC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.45%

 BLUE value IS 127 (50% from 255) = 36.39%

R = 5.16%
G = 58.45%
B = 36.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#12CC7F (or 0x12CC7F) is known color: Mountain Meadow. HEX triplet: 12, CC and 7F. RGB value is (18,204,127). Sum of RGB (Red+Green+Blue) = 18+204+127=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CC7F is #ED3380. Grayscale: #8B8B8B. Windows color (decimal): -15545217 or 8375314. OLE color: 8375314.

HSL color Cylindrical-coordinate representation of color #12CC7F: hue angle of 155.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC7F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 127 -
CMYK 0.91 0 0.38 0.2
HSL 155.16º 0.84% 0.44% -
HSV(B) 155.16º 0.91% 0.8% -
XYZ 25.67 44.85 27.38 -
YUV 139.61 120.88 41.26 -
System Red Green Blue C M Y K H S L
Decimal 18 204 127 0.91 0 0.38 0.2 155.16 0.84 0.44
Hex 12 CC 7F 5B 0 26 14 9B 54 2C
Octal 22 314 177 133 0 46 24 233 124 54
Binary 10010 11001100 1111111 1011011 0 100110 10100 10011011 1010100 101100

Color Harmonies of #12CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC7F

Black with #12CC7F

Text Example


Text Example

White with #12CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,127); }

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

background-color css

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

 a { background-color: rgb(18,204,127); }

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

border-color css

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

 span { border-color: rgb(18,204,127); }

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