#0CB274

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

Shades of Jade #0CB274

Tints of Jade #0CB274

Color information

#0CB274 (or 0x0CB274) is unknown color: approx Jade. HEX triplet: 0C, B2 and 74. RGB value is (12,178,116). Sum of RGB (Red+Green+Blue) = 12+178+116=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB274 is #F34D8B. Grayscale: #797979. Windows color (decimal): -15945100 or 7647756. OLE color: 7647756.

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

Color convert

RGB12178116-
CMYK0.9300.350.30
HSL157.59º87.37%37.25%-
HSV(B)157.59º93.26%69.8%-
XYZ19.2233.1821.91-
YUV121.312550.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 178 (69.92% from 255) = 58.17%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=3.92%
G=58.17%
B=37.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121781160.9300.350.30157.5987.3737.25
HexCB2745D0231E9e5725
Octal142621641350433623612745
Binary11001011001011101001011101010001111110100111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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