Html Css Color HEX #12BE73 Mountain Meadow

📋 copy color: '#12BE73'

red 18 ◦ green 190 ◦ blue 115

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

Shades of Mountain Meadow #12BE73

Tints of Mountain Meadow #12BE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.82%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 5.57%
G = 58.82%
B = 35.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#12BE73 (or 0x12BE73) is known color: Mountain Meadow. HEX triplet: 12, BE and 73. RGB value is (18,190,115). Sum of RGB (Red+Green+Blue) = 18+190+115=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE73 is #ED418C. Grayscale: #828282. Windows color (decimal): -15548813 or 7585298. OLE color: 7585298.

HSL color Cylindrical-coordinate representation of color #12BE73: hue angle of 153.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE73 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 115 -
CMYK 0.91 0 0.39 0.25
HSL 153.84º 0.83% 0.41% -
HSV(B) 153.84º 0.91% 0.75% -
XYZ 21.76 38.19 22.44 -
YUV 130.02 119.52 48.1 -
System Red Green Blue C M Y K H S L
Decimal 18 190 115 0.91 0 0.39 0.25 153.84 0.83 0.41
Hex 12 BE 73 5B 0 27 19 9A 53 29
Octal 22 276 163 133 0 47 31 232 123 51
Binary 10010 10111110 1110011 1011011 0 100111 11001 10011010 1010011 101001

Color Harmonies of #12BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE73

Black with #12BE73

Text Example


Text Example

White with #12BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,115); }

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

background-color css

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

 a { background-color: rgb(18,190,115); }

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

border-color css

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

 span { border-color: rgb(18,190,115); }

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