#0CBF68

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

Shades of Jade #0CBF68

Tints of Jade #0CBF68

Color information

#0CBF68 (or 0x0CBF68) is unknown color: approx Jade. HEX triplet: 0C, BF and 68. RGB value is (12,191,104). Sum of RGB (Red+Green+Blue) = 12+191+104=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF68 is #F34097. Grayscale: #7F7F7F. Windows color (decimal): -15941784 or 6864652. OLE color: 6864652.

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

Color convert

RGB12191104-
CMYK0.9400.460.25
HSL150.84º88.18%39.8%-
HSV(B)150.84º93.72%74.9%-
XYZ21.2838.3419.38-
YUV127.56114.745.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.91%
GREEN value IS 191 (75% from 255) = 62.21%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=3.91%
G=62.21%
B=33.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911040.9400.460.25150.8488.1839.8
HexCBF685E02E19975828
Octal142771501360563122713050
Binary11001011111111010001011110010111011001100101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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