#0BC26C

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

Shades of Jade #0BC26C

Tints of Jade #0BC26C

Color information

#0BC26C (or 0x0BC26C) is unknown color: approx Jade. HEX triplet: 0B, C2 and 6C. RGB value is (11,194,108). Sum of RGB (Red+Green+Blue) = 11+194+108=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC26C is #F43D93. Grayscale: #818181. Windows color (decimal): -16006548 or 7127563. OLE color: 7127563.

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

Color convert

RGB11194108-
CMYK0.9400.440.24
HSL151.8º89.27%40.2%-
HSV(B)151.8º94.33%76.08%-
XYZ22.1439.7420.69-
YUV129.48115.8743.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.51%
GREEN value IS 194 (76.17% from 255) = 61.98%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=3.51%
G=61.98%
B=34.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111941080.9400.440.24151.889.2740.2
HexBC26C5E02C18985928
Octal133021541360543023013150
Binary10111100001011011001011110010110011000100110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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