Html Css Color HEX #0CC477 Mountain Meadow

📋 copy color: '#0CC477'

red 12 ◦ green 196 ◦ blue 119

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

Shades of Mountain Meadow #0CC477

Tints of Mountain Meadow #0CC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.94%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 3.67%
G = 59.94%
B = 36.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#0CC477 (or 0x0CC477) is known color: Mountain Meadow. HEX triplet: 0C, C4 and 77. RGB value is (12,196,119). Sum of RGB (Red+Green+Blue) = 12+196+119=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC477 is #F33B88. Grayscale: #848484. Windows color (decimal): -15940489 or 7848972. OLE color: 7848972.

HSL color Cylindrical-coordinate representation of color #0CC477: hue angle of 154.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC477 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 196 119 -
CMYK 0.94 0 0.39 0.23
HSL 154.89º 0.88% 0.41% -
HSV(B) 154.89º 0.94% 0.77% -
XYZ 23.22 40.89 24.12 -
YUV 132.21 120.54 42.26 -
System Red Green Blue C M Y K H S L
Decimal 12 196 119 0.94 0 0.39 0.23 154.89 0.88 0.41
Hex C C4 77 5E 0 27 17 9B 58 29
Octal 14 304 167 136 0 47 27 233 130 51
Binary 1100 11000100 1110111 1011110 0 100111 10111 10011011 1011000 101001

Color Harmonies of #0CC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC477

Black with #0CC477

Text Example


Text Example

White with #0CC477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,196,119); }

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

background-color css

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

 a { background-color: rgb(12,196,119); }

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

border-color css

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

 span { border-color: rgb(12,196,119); }

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