Html Css Color HEX #12CF73 Mountain Meadow

📋 copy color: '#12CF73'

red 18 ◦ green 207 ◦ blue 115

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

Shades of Mountain Meadow #12CF73

Tints of Mountain Meadow #12CF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.88%

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

R = 5.29%
G = 60.88%
B = 33.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#12CF73 (or 0x12CF73) is known color: Mountain Meadow. HEX triplet: 12, CF and 73. RGB value is (18,207,115). Sum of RGB (Red+Green+Blue) = 18+207+115=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF73 is #ED308C. Grayscale: #8C8C8C. Windows color (decimal): -15544461 or 7589650. OLE color: 7589650.

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

Color convert

RGB 18 207 115 -
CMYK 0.91 0 0.44 0.19
HSL 150.79º 0.84% 0.44% -
HSV(B) 150.79º 0.91% 0.81% -
XYZ 25.66 45.99 23.74 -
YUV 140 113.88 40.98 -
System Red Green Blue C M Y K H S L
Decimal 18 207 115 0.91 0 0.44 0.19 150.79 0.84 0.44
Hex 12 CF 73 5B 0 2C 13 97 54 2C
Octal 22 317 163 133 0 54 23 227 124 54
Binary 10010 11001111 1110011 1011011 0 101100 10011 10010111 1010100 101100

Color Harmonies of #12CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF73

Black with #12CF73

Text Example


Text Example

White with #12CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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