Html Css Color HEX #0CC777 Mountain Meadow

📋 copy color: '#0CC777'

red 12 ◦ green 199 ◦ blue 119

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

Shades of Mountain Meadow #0CC777

Tints of Mountain Meadow #0CC777

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.3%

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

R = 3.64%
G = 60.3%
B = 36.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#0CC777 (or 0x0CC777) is known color: Mountain Meadow. HEX triplet: 0C, C7 and 77. RGB value is (12,199,119). Sum of RGB (Red+Green+Blue) = 12+199+119=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC777 is #F33888. Grayscale: #868686. Windows color (decimal): -15939721 or 7849740. OLE color: 7849740.

HSL color Cylindrical-coordinate representation of color #0CC777: hue angle of 154.33º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC777 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 199 119 -
CMYK 0.94 0 0.40 0.22
HSL 154.33º 0.89% 0.41% -
HSV(B) 154.33º 0.94% 0.78% -
XYZ 23.9 42.26 24.35 -
YUV 133.97 119.55 41 -
System Red Green Blue C M Y K H S L
Decimal 12 199 119 0.94 0 0.40 0.22 154.33 0.89 0.41
Hex C C7 77 5E 0 28 16 9A 59 29
Octal 14 307 167 136 0 50 26 232 131 51
Binary 1100 11000111 1110111 1011110 0 101000 10110 10011010 1011001 101001

Color Harmonies of #0CC777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC777

Black with #0CC777

Text Example


Text Example

White with #0CC777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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