#0BC263

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

Shades of Jade #0BC263

Tints of Jade #0BC263

Color information

#0BC263 (or 0x0BC263) is unknown color: approx Jade. HEX triplet: 0B, C2 and 63. RGB value is (11,194,99). Sum of RGB (Red+Green+Blue) = 11+194+99=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC263 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC263 is #F43D9C. Grayscale: #808080. Windows color (decimal): -16006557 or 6537739. OLE color: 6537739.

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

Color convert

RGB1119499-
CMYK0.9400.490.24
HSL148.85º89.27%40.2%-
HSV(B)148.85º94.33%76.08%-
XYZ21.6839.5618.3-
YUV128.45111.3744.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.62%
GREEN value IS 194 (76.17% from 255) = 63.82%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=3.62%
G=63.82%
B=32.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11194990.9400.490.24148.8589.2740.2
HexBC2635E03118955928
Octal133021431360613022513150
Binary10111100001011000111011110011000111000100101011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,194,99); }

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

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

 a { background-color: rgb(11,194,99); }

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

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

 span { border-color: rgb(11,194,99); }

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