#0BAE60

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

Shades of Jade #0BAE60

Tints of Jade #0BAE60

Color information

#0BAE60 (or 0x0BAE60) is unknown color: approx Jade. HEX triplet: 0B, AE and 60. RGB value is (11,174,96). Sum of RGB (Red+Green+Blue) = 11+174+96=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 174 (68.36% from 255 or 61.92% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE60 is #F4519F. Grayscale: #747474. Windows color (decimal): -16011680 or 6336011. OLE color: 6336011.

HSL color Cylindrical-coordinate representation of color #0BAE60: hue angle of 151.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE60 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1117496-
CMYK0.9400.450.32
HSL151.29º88.11%36.27%-
HSV(B)151.29º93.68%68.24%-
XYZ17.3931.1916.17-
YUV116.37116.552.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.91%
GREEN value IS 174 (68.36% from 255) = 61.92%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=3.91%
G=61.92%
B=34.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11174960.9400.450.32151.2988.1136.27
HexBAE605E02D20975824
Octal132561401360554022713044
Binary101110101110110000010111100101101100000100101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,174,96); }

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

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

 a { background-color: rgb(11,174,96); }

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

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

 span { border-color: rgb(11,174,96); }

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