#0CB26F

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

Shades of Jade #0CB26F

Tints of Jade #0CB26F

Color information

#0CB26F (or 0x0CB26F) is unknown color: approx Jade. HEX triplet: 0C, B2 and 6F. RGB value is (12,178,111). Sum of RGB (Red+Green+Blue) = 12+178+111=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB26F is #F34D90. Grayscale: #787878. Windows color (decimal): -15945105 or 7320076. OLE color: 7320076.

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

Color convert

RGB12178111-
CMYK0.9300.380.30
HSL155.78º87.37%37.25%-
HSV(B)155.78º93.26%69.8%-
XYZ18.9433.0720.42-
YUV120.73122.550.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.99%
GREEN value IS 178 (69.92% from 255) = 59.14%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=3.99%
G=59.14%
B=36.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121781110.9300.380.30155.7887.3737.25
HexCB26F5D0261E9c5725
Octal142621571350463623412745
Binary11001011001011011111011101010011011110100111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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