Html Css Color HEX #12BC72 Mountain Meadow

📋 copy color: '#12BC72'

red 18 ◦ green 188 ◦ blue 114

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

Shades of Mountain Meadow #12BC72

Tints of Mountain Meadow #12BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.75%

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

R = 5.63%
G = 58.75%
B = 35.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#12BC72 (or 0x12BC72) is known color: Mountain Meadow. HEX triplet: 12, BC and 72. RGB value is (18,188,114). Sum of RGB (Red+Green+Blue) = 18+188+114=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC72 is #ED438D. Grayscale: #808080. Windows color (decimal): -15549326 or 7519250. OLE color: 7519250.

HSL color Cylindrical-coordinate representation of color #12BC72: hue angle of 153.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC72 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 114 -
CMYK 0.90 0 0.39 0.26
HSL 153.88º 0.83% 0.4% -
HSV(B) 153.88º 0.9% 0.74% -
XYZ 21.27 37.31 22 -
YUV 128.73 119.68 49.02 -
System Red Green Blue C M Y K H S L
Decimal 18 188 114 0.90 0 0.39 0.26 153.88 0.83 0.4
Hex 12 BC 72 5A 0 27 1A 9A 53 28
Octal 22 274 162 132 0 47 32 232 123 50
Binary 10010 10111100 1110010 1011010 0 100111 11010 10011010 1010011 101000

Color Harmonies of #12BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC72

Black with #12BC72

Text Example


Text Example

White with #12BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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