#0BC072

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

Shades of Jade #0BC072

Tints of Jade #0BC072

Color information

#0BC072 (or 0x0BC072) is unknown color: approx Jade. HEX triplet: 0B, C0 and 72. RGB value is (11,192,114). Sum of RGB (Red+Green+Blue) = 11+192+114=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC072 is #F43F8D. Grayscale: #818181. Windows color (decimal): -16007054 or 7520267. OLE color: 7520267.

HSL color Cylindrical-coordinate representation of color #0BC072: hue angle of 154.14º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC072 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB11192114-
CMYK0.9400.410.25
HSL154.14º89.16%39.8%-
HSV(B)154.14º94.27%75.29%-
XYZ22.0238.9922.28-
YUV128.99119.5343.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.47%
GREEN value IS 192 (75.39% from 255) = 60.57%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=3.47%
G=60.57%
B=35.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111921140.9400.410.25154.1489.1639.8
HexBC0725E029199a5928
Octal133001621360513123213150
Binary10111100000011100101011110010100111001100110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,192,114); }

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

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

 a { background-color: rgb(11,192,114); }

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

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

 span { border-color: rgb(11,192,114); }

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