#0baf70

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

Shades of Jade #0BAF70

Tints of Jade #0BAF70

Color information

#0BAF70 (or 0x0BAF70) is unknown color: approx Jade. HEX triplet: 0B, AF and 70. RGB value is (11,175,112). Sum of RGB (Red+Green+Blue) = 11+175+112=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF70 is #F4508F. Grayscale: #767676. Windows color (decimal): -16011408 or 7384843. OLE color: 7384843.

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

Color convert

RGB11175112-
CMYK0.9400.360.31
HSL156.95º88.17%36.47%-
HSV(B)156.95º93.71%68.63%-
XYZ18.3931.920.52-
YUV118.78124.1751.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.69%
GREEN value IS 175 (68.75% from 255) = 58.72%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=3.69%
G=58.72%
B=37.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111751120.9400.360.31156.9588.1736.47
HexBAF705E0241F9d5824
Octal132571601360443723513044
Binary10111010111111100001011110010010011111100111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0baf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,175,112); }

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

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

 a { background-color: rgb(11,175,112); }

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

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

 span { border-color: rgb(11,175,112); }

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