#0CB975

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

Shades of Jade #0CB975

Tints of Jade #0CB975

Color information

#0CB975 (or 0x0CB975) is unknown color: approx Jade. HEX triplet: 0C, B9 and 75. RGB value is (12,185,117). Sum of RGB (Red+Green+Blue) = 12+185+117=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB975 is #F3468A. Grayscale: #7D7D7D. Windows color (decimal): -15943307 or 7715084. OLE color: 7715084.

HSL color Cylindrical-coordinate representation of color #0CB975: hue angle of 156.42º 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 #0CB975 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB12185117-
CMYK0.9400.370.27
HSL156.42º87.82%38.63%-
HSV(B)156.42º93.51%72.55%-
XYZ20.7136.0622.7-
YUV125.52123.1947.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.82%
GREEN value IS 185 (72.66% from 255) = 58.92%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=3.82%
G=58.92%
B=37.26%

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
Decimal121851170.9400.370.27156.4287.8238.63
HexCB9755E0251B9c5827
Octal142711651360453323413047
Binary11001011100111101011011110010010111011100111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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