#0CB36F

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

Shades of Jade #0CB36F

Tints of Jade #0CB36F

Color information

#0CB36F (or 0x0CB36F) is unknown color: approx Jade. HEX triplet: 0C, B3 and 6F. RGB value is (12,179,111). Sum of RGB (Red+Green+Blue) = 12+179+111=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB36F is #F34C90. Grayscale: #797979. Windows color (decimal): -15944849 or 7320332. OLE color: 7320332.

HSL color Cylindrical-coordinate representation of color #0CB36F: hue angle of 155.57º 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 #0CB36F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB12179111-
CMYK0.9300.380.30
HSL155.57º87.43%37.45%-
HSV(B)155.57º93.3%70.2%-
XYZ19.1433.4720.49-
YUV121.31122.1750.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.97%
GREEN value IS 179 (70.31% from 255) = 59.27%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=3.97%
G=59.27%
B=36.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121791110.9300.380.30155.5787.4337.45
HexCB36F5D0261E9c5725
Octal142631571350463623412745
Binary11001011001111011111011101010011011110100111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,179,111); }

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

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

 a { background-color: rgb(12,179,111); }

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

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

 span { border-color: rgb(12,179,111); }

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