#0CBF6E

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

Shades of Jade #0CBF6E

Tints of Jade #0CBF6E

Color information

#0CBF6E (or 0x0CBF6E) is unknown color: approx Jade. HEX triplet: 0C, BF and 6E. RGB value is (12,191,110). Sum of RGB (Red+Green+Blue) = 12+191+110=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF6E is #F34091. Grayscale: #808080. Windows color (decimal): -15941778 or 7257868. OLE color: 7257868.

HSL color Cylindrical-coordinate representation of color #0CBF6E: hue angle of 152.85º degrees, saturation: 0.88, 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 #0CBF6E is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB12191110-
CMYK0.9400.420.25
HSL152.85º88.18%39.8%-
HSV(B)152.85º93.72%74.9%-
XYZ21.638.4721.04-
YUV128.24117.745.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 191 (75% from 255) = 61.02%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=3.83%
G=61.02%
B=35.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911100.9400.420.25152.8588.1839.8
HexCBF6E5E02A19995828
Octal142771561360523123113050
Binary11001011111111011101011110010101011001100110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,191,110); }

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

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

 a { background-color: rgb(12,191,110); }

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

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

 span { border-color: rgb(12,191,110); }

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