Html Css Color HEX #12CE74 Mountain Meadow

📋 copy color: '#12CE74'

red 18 ◦ green 206 ◦ blue 116

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

Shades of Mountain Meadow #12CE74

Tints of Mountain Meadow #12CE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.59%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 5.29%
G = 60.59%
B = 34.12%

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

#12CE74 (or 0x12CE74) is known color: Mountain Meadow. HEX triplet: 12, CE and 74. RGB value is (18,206,116). Sum of RGB (Red+Green+Blue) = 18+206+116=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE74 is #ED318B. Grayscale: #8B8B8B. Windows color (decimal): -15544716 or 7654930. OLE color: 7654930.

HSL color Cylindrical-coordinate representation of color #12CE74: hue angle of 151.28º 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 #12CE74 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 116 -
CMYK 0.91 0 0.44 0.19
HSL 151.28º 0.84% 0.44% -
HSV(B) 151.28º 0.91% 0.81% -
XYZ 25.47 45.53 23.97 -
YUV 139.53 114.72 41.32 -
System Red Green Blue C M Y K H S L
Decimal 18 206 116 0.91 0 0.44 0.19 151.28 0.84 0.44
Hex 12 CE 74 5B 0 2C 13 97 54 2C
Octal 22 316 164 133 0 54 23 227 124 54
Binary 10010 11001110 1110100 1011011 0 101100 10011 10010111 1010100 101100

Color Harmonies of #12CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE74

Black with #12CE74

Text Example


Text Example

White with #12CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,116); }

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

background-color css

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

 a { background-color: rgb(18,206,116); }

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

border-color css

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

 span { border-color: rgb(18,206,116); }

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