Html Css Color HEX #12B372 Mountain Meadow

📋 copy color: '#12B372'

red 18 ◦ green 179 ◦ blue 114

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

Shades of Mountain Meadow #12B372

Tints of Mountain Meadow #12B372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.56%

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

R = 5.79%
G = 57.56%
B = 36.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#12B372 (or 0x12B372) is known color: Mountain Meadow. HEX triplet: 12, B3 and 72. RGB value is (18,179,114). Sum of RGB (Red+Green+Blue) = 18+179+114=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #12B372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B372 is #ED4C8D. Grayscale: #7B7B7B. Windows color (decimal): -15551630 or 7516946. OLE color: 7516946.

HSL color Cylindrical-coordinate representation of color #12B372: hue angle of 155.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B372 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 114 -
CMYK 0.90 0 0.36 0.30
HSL 155.78º 0.82% 0.39% -
HSV(B) 155.78º 0.9% 0.7% -
XYZ 19.41 33.58 21.38 -
YUV 123.45 122.66 52.79 -
System Red Green Blue C M Y K H S L
Decimal 18 179 114 0.90 0 0.36 0.30 155.78 0.82 0.39
Hex 12 B3 72 5A 0 24 1E 9C 52 27
Octal 22 263 162 132 0 44 36 234 122 47
Binary 10010 10110011 1110010 1011010 0 100100 11110 10011100 1010010 100111

Color Harmonies of #12B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B372

Black with #12B372

Text Example


Text Example

White with #12B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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