Html Css Color HEX #0CC087 Mountain Meadow

📋 copy color: '#0CC087'

red 12 ◦ green 192 ◦ blue 135

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

Shades of Mountain Meadow #0CC087

Tints of Mountain Meadow #0CC087

RGB

 RED value IS 12 (5.08% from 255) = 3.54%

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

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

R = 3.54%
G = 56.64%
B = 39.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#0CC087 (or 0x0CC087) is known color: Mountain Meadow. HEX triplet: 0C, C0 and 87. RGB value is (12,192,135). Sum of RGB (Red+Green+Blue) = 12+192+135=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC087 is #F33F78. Grayscale: #838383. Windows color (decimal): -15941497 or 8896524. OLE color: 8896524.

HSL color Cylindrical-coordinate representation of color #0CC087: hue angle of 161º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC087 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 192 135 -
CMYK 0.94 0 0.30 0.25
HSL 161º 0.88% 0.4% -
HSV(B) 161º 0.94% 0.75% -
XYZ 23.37 39.53 29.32 -
YUV 131.68 129.87 42.63 -
System Red Green Blue C M Y K H S L
Decimal 12 192 135 0.94 0 0.30 0.25 161 0.88 0.4
Hex C C0 87 5E 0 1E 19 A1 58 28
Octal 14 300 207 136 0 36 31 241 130 50
Binary 1100 11000000 10000111 1011110 0 11110 11001 10100001 1011000 101000

Color Harmonies of #0CC087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC087

Black with #0CC087

Text Example


Text Example

White with #0CC087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC087; }

 p { color: rgb(12,192,135); }

 H1.HeaderClassName
 {
   color: #0CC087;
 }
 .AnyTagClassName
 {
   color: #0CC087;
 }
</style>

background-color css

<style>
 a { background-color: #0CC087; }

 a { background-color: rgb(12,192,135); }

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

border-color css

<style>
 span { border-color: #0CC087; }

 span { border-color: rgb(12,192,135); }

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