Html Css Color HEX #12CC87 Mountain Meadow

📋 copy color: '#12CC87'

red 18 ◦ green 204 ◦ blue 135

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

Shades of Mountain Meadow #12CC87

Tints of Mountain Meadow #12CC87

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.14%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 5.04%
G = 57.14%
B = 37.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#12CC87 (or 0x12CC87) is known color: Mountain Meadow. HEX triplet: 12, CC and 87. RGB value is (18,204,135). Sum of RGB (Red+Green+Blue) = 18+204+135=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC87 is #ED3378. Grayscale: #8C8C8C. Windows color (decimal): -15545209 or 8899602. OLE color: 8899602.

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

Color convert

RGB 18 204 135 -
CMYK 0.91 0 0.34 0.2
HSL 157.74º 0.84% 0.44% -
HSV(B) 157.74º 0.91% 0.8% -
XYZ 26.22 45.06 30.24 -
YUV 140.52 124.88 40.61 -
System Red Green Blue C M Y K H S L
Decimal 18 204 135 0.91 0 0.34 0.2 157.74 0.84 0.44
Hex 12 CC 87 5B 0 22 14 9E 54 2C
Octal 22 314 207 133 0 42 24 236 124 54
Binary 10010 11001100 10000111 1011011 0 100010 10100 10011110 1010100 101100

Color Harmonies of #12CC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC87

Black with #12CC87

Text Example


Text Example

White with #12CC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,135); }

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

background-color css

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

 a { background-color: rgb(18,204,135); }

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

border-color css

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

 span { border-color: rgb(18,204,135); }

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