Html Css Color HEX #12C085 Mountain Meadow

📋 copy color: '#12C085'

red 18 ◦ green 192 ◦ blue 133

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

Shades of Mountain Meadow #12C085

Tints of Mountain Meadow #12C085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.98%

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 5.25%
G = 55.98%
B = 38.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#12C085 (or 0x12C085) is known color: Mountain Meadow. HEX triplet: 12, C0 and 85. RGB value is (18,192,133). Sum of RGB (Red+Green+Blue) = 18+192+133=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #12C085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C085 is #ED3F7A. Grayscale: #858585. Windows color (decimal): -15548283 or 8765458. OLE color: 8765458.

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

Color convert

RGB 18 192 133 -
CMYK 0.91 0 0.31 0.25
HSL 159.66º 0.83% 0.41% -
HSV(B) 159.66º 0.91% 0.75% -
XYZ 23.33 39.52 28.59 -
YUV 133.25 127.85 45.8 -
System Red Green Blue C M Y K H S L
Decimal 18 192 133 0.91 0 0.31 0.25 159.66 0.83 0.41
Hex 12 C0 85 5B 0 1F 19 A0 53 29
Octal 22 300 205 133 0 37 31 240 123 51
Binary 10010 11000000 10000101 1011011 0 11111 11001 10100000 1010011 101001

Color Harmonies of #12C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C085

Black with #12C085

Text Example


Text Example

White with #12C085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,133); }

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

background-color css

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

 a { background-color: rgb(18,192,133); }

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

border-color css

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

 span { border-color: rgb(18,192,133); }

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