Html Css Color HEX #12C58B Mountain Meadow

📋 copy color: '#12C58B'

red 18 ◦ green 197 ◦ blue 139

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

Shades of Mountain Meadow #12C58B

Tints of Mountain Meadow #12C58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.65%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 5.08%
G = 55.65%
B = 39.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#12C58B (or 0x12C58B) is known color: Mountain Meadow. HEX triplet: 12, C5 and 8B. RGB value is (18,197,139). Sum of RGB (Red+Green+Blue) = 18+197+139=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #12C58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C58B is #ED3A74. Grayscale: #888888. Windows color (decimal): -15546997 or 9159954. OLE color: 9159954.

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

Color convert

RGB 18 197 139 -
CMYK 0.91 0 0.29 0.23
HSL 160.56º 0.83% 0.42% -
HSV(B) 160.56º 0.91% 0.77% -
XYZ 24.88 41.93 31.21 -
YUV 136.87 129.2 43.22 -
System Red Green Blue C M Y K H S L
Decimal 18 197 139 0.91 0 0.29 0.23 160.56 0.83 0.42
Hex 12 C5 8B 5B 0 1D 17 A1 53 2A
Octal 22 305 213 133 0 35 27 241 123 52
Binary 10010 11000101 10001011 1011011 0 11101 10111 10100001 1010011 101010

Color Harmonies of #12C58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C58B

Black with #12C58B

Text Example


Text Example

White with #12C58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,139); }

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

background-color css

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

 a { background-color: rgb(18,197,139); }

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

border-color css

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

 span { border-color: rgb(18,197,139); }

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