#0CC477

Color #0CC477 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0CC477

Tints of Mountain Meadow #0CC477

Color information

#0CC477 (or 0x0CC477) is unknown color: approx 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

RGB12196119-
CMYK0.9400.390.23
HSL154.89º88.46%40.78%-
HSV(B)154.89º93.88%76.86%-
XYZ23.2240.8924.12-
YUV132.21120.5442.26-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121961190.9400.390.23154.8988.4640.78
HexCC4775E027179b5829
Octal143041671360472723313051
Binary11001100010011101111011110010011110111100110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>