Html Css Color HEX #0CC073 Mountain Meadow

📋 copy color: '#0CC073'

red 12 ◦ green 192 ◦ blue 115

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

Shades of Mountain Meadow #0CC073

Tints of Mountain Meadow #0CC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 3.76%
G = 60.19%
B = 36.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#0CC073 (or 0x0CC073) is known color: Mountain Meadow. HEX triplet: 0C, C0 and 73. RGB value is (12,192,115). Sum of RGB (Red+Green+Blue) = 12+192+115=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC073 is #F33F8C. Grayscale: #818181. Windows color (decimal): -15941517 or 7585804. OLE color: 7585804.

HSL color Cylindrical-coordinate representation of color #0CC073: hue angle of 154.33º 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 #0CC073 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 192 115 -
CMYK 0.94 0 0.40 0.25
HSL 154.33º 0.88% 0.4% -
HSV(B) 154.33º 0.94% 0.75% -
XYZ 22.1 39.02 22.59 -
YUV 129.4 119.87 44.26 -
System Red Green Blue C M Y K H S L
Decimal 12 192 115 0.94 0 0.40 0.25 154.33 0.88 0.4
Hex C C0 73 5E 0 28 19 9A 58 28
Octal 14 300 163 136 0 50 31 232 130 50
Binary 1100 11000000 1110011 1011110 0 101000 11001 10011010 1011000 101000

Color Harmonies of #0CC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC073

Black with #0CC073

Text Example


Text Example

White with #0CC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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