#0CBE71

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

Shades of Jade #0CBE71

Tints of Jade #0CBE71

Color information

#0CBE71 (or 0x0CBE71) is unknown color: approx Jade. HEX triplet: 0C, BE and 71. RGB value is (12,190,113). Sum of RGB (Red+Green+Blue) = 12+190+113=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE71 is #F3418E. Grayscale: #808080. Windows color (decimal): -15942031 or 7454220. OLE color: 7454220.

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

Color convert

RGB12190113-
CMYK0.9400.410.25
HSL154.04º88.12%39.61%-
HSV(B)154.04º93.68%74.51%-
XYZ21.5538.121.84-
YUV128119.5345.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.81%
GREEN value IS 190 (74.61% from 255) = 60.32%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=3.81%
G=60.32%
B=35.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121901130.9400.410.25154.0488.1239.61
HexCBE715E029199a5828
Octal142761611360513123213050
Binary11001011111011100011011110010100111001100110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,113); }

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

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

 a { background-color: rgb(12,190,113); }

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

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

 span { border-color: rgb(12,190,113); }

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