#0CB974

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

Shades of Jade #0CB974

Tints of Jade #0CB974

Color information

#0CB974 (or 0x0CB974) is unknown color: approx Jade. HEX triplet: 0C, B9 and 74. RGB value is (12,185,116). Sum of RGB (Red+Green+Blue) = 12+185+116=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB974 is #F3468B. Grayscale: #7D7D7D. Windows color (decimal): -15943308 or 7649548. OLE color: 7649548.

HSL color Cylindrical-coordinate representation of color #0CB974: hue angle of 156.07º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB974 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB12185116-
CMYK0.9400.370.27
HSL156.07º87.82%38.63%-
HSV(B)156.07º93.51%72.55%-
XYZ20.6536.0422.39-
YUV125.41122.6947.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 185 (72.66% from 255) = 59.11%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=3.83%
G=59.11%
B=37.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121851160.9400.370.27156.0787.8238.63
HexCB9745E0251B9c5827
Octal142711641360453323413047
Binary11001011100111101001011110010010111011100111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,116); }

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

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

 a { background-color: rgb(12,185,116); }

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

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

 span { border-color: rgb(12,185,116); }

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