Html Css Color HEX #0CB792 Mountain Meadow

📋 copy color: '#0CB792'

red 12 ◦ green 183 ◦ blue 146

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

Shades of Mountain Meadow #0CB792

Tints of Mountain Meadow #0CB792

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 3.52%
G = 53.67%
B = 42.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#0CB792 (or 0x0CB792) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 92. RGB value is (12,183,146). Sum of RGB (Red+Green+Blue) = 12+183+146=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB792 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB792 is #F3486D. Grayscale: #7F7F7F. Windows color (decimal): -15943790 or 9615116. OLE color: 9615116.

HSL color Cylindrical-coordinate representation of color #0CB792: hue angle of 167.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB792 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 146 -
CMYK 0.93 0 0.20 0.28
HSL 167.02º 0.88% 0.38% -
HSV(B) 167.02º 0.93% 0.72% -
XYZ 22.27 36.02 32.97 -
YUV 127.65 138.35 45.51 -
System Red Green Blue C M Y K H S L
Decimal 12 183 146 0.93 0 0.20 0.28 167.02 0.88 0.38
Hex C B7 92 5D 0 14 1C A7 58 26
Octal 14 267 222 135 0 24 34 247 130 46
Binary 1100 10110111 10010010 1011101 0 10100 11100 10100111 1011000 100110

Color Harmonies of #0CB792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB792

Black with #0CB792

Text Example


Text Example

White with #0CB792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,146); }

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

background-color css

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

 a { background-color: rgb(12,183,146); }

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

border-color css

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

 span { border-color: rgb(12,183,146); }

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