#0CB281

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

Shades of Mountain Meadow #0CB281

Tints of Mountain Meadow #0CB281

Color information

#0CB281 (or 0x0CB281) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B2 and 81. RGB value is (12,178,129). Sum of RGB (Red+Green+Blue) = 12+178+129=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB281 is #F34D7E. Grayscale: #7A7A7A. Windows color (decimal): -15945087 or 8499724. OLE color: 8499724.

HSL color Cylindrical-coordinate representation of color #0CB281: hue angle of 162.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB281 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB12178129-
CMYK0.9300.280.30
HSL162.29º87.37%37.25%-
HSV(B)162.29º93.26%69.8%-
XYZ20.0333.526.18-
YUV122.78131.548.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.76%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=3.76%
G=55.80%
B=40.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121781290.9300.280.30162.2987.3737.25
HexCB2815D01C1Ea25725
Octal142622011350343624212745
Binary11001011001010000001101110101110011110101000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,129); }

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

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

 a { background-color: rgb(12,178,129); }

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

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

 span { border-color: rgb(12,178,129); }

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