#0cbf67

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

Shades of Jade #0CBF67

Tints of Jade #0CBF67

Color information

#0CBF67 (or 0x0CBF67) is unknown color: approx Jade. HEX triplet: 0C, BF and 67. RGB value is (12,191,103). Sum of RGB (Red+Green+Blue) = 12+191+103=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF67 is #F34098. Grayscale: #7F7F7F. Windows color (decimal): -15941785 or 6799116. OLE color: 6799116.

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

Color convert

RGB12191103-
CMYK0.9400.460.25
HSL150.5º88.18%39.8%-
HSV(B)150.5º93.72%74.9%-
XYZ21.2338.3219.11-
YUV127.45114.245.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 191 (75% from 255) = 62.42%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=3.92%
G=62.42%
B=33.66%

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
Decimal121911030.9400.460.25150.588.1839.8
HexCBF675E02E19975828
Octal142771471360563122713050
Binary11001011111111001111011110010111011001100101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cbf67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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