#0cc28a

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

Shades of Mountain Meadow #0CC28A

Tints of Mountain Meadow #0CC28A

Color information

#0CC28A (or 0x0CC28A) is unknown color: approx Mountain Meadow. HEX triplet: 0C, C2 and 8A. RGB value is (12,194,138). Sum of RGB (Red+Green+Blue) = 12+194+138=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC28A is #F33D75. Grayscale: #858585. Windows color (decimal): -15940982 or 9093644. OLE color: 9093644.

HSL color Cylindrical-coordinate representation of color #0CC28A: hue angle of 161.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC28A is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB12194138-
CMYK0.9400.290.24
HSL161.54º88.35%40.39%-
HSV(B)161.54º93.81%76.08%-
XYZ24.0340.530.59-
YUV133.2130.741.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.49%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=3.49%
G=56.40%
B=40.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121941380.9400.290.24161.5488.3540.39
HexCC28A5E01D18a25828
Octal143022121360353024213050
Binary11001100001010001010101111001110111000101000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cc28a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,194,138); }

 H1.HeaderClassName
 {
   color: #0cc28a;
 }
 .AnyTagClassName
 {
   color: #0cc28a;
 }
</style>
background-color css

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

 a { background-color: rgb(12,194,138); }

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

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

 span { border-color: rgb(12,194,138); }

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