#0CB882

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

Shades of Mountain Meadow #0CB882

Tints of Mountain Meadow #0CB882

Color information

#0CB882 (or 0x0CB882) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B8 and 82. RGB value is (12,184,130). Sum of RGB (Red+Green+Blue) = 12+184+130=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB882 is #F3477D. Grayscale: #7E7E7E. Windows color (decimal): -15943550 or 8566796. OLE color: 8566796.

HSL color Cylindrical-coordinate representation of color #0CB882: hue angle of 161.16º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB882 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB12184130-
CMYK0.9300.290.28
HSL161.16º87.76%38.43%-
HSV(B)161.16º93.48%72.16%-
XYZ21.3235.9726.94-
YUV126.42130.0246.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 184 (72.27% from 255) = 56.44%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=3.68%
G=56.44%
B=39.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121841300.9300.290.28161.1687.7638.43
HexCB8825D01D1Ca15826
Octal142702021350353424113046
Binary11001011100010000010101110101110111100101000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,184,130); }

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

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

 a { background-color: rgb(12,184,130); }

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

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

 span { border-color: rgb(12,184,130); }

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