Html Css Color HEX #0BA36A Jade

📋 copy color: '#0BA36A'

red 11 ◦ green 163 ◦ blue 106

#0BA36A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #0BA36A

Tints of Jade #0BA36A

RGB

 RED value IS 11 (4.69% from 255) = 3.93%

 GREEN value IS 163 (64.06% from 255) = 58.21%

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 3.93%
G = 58.21%
B = 37.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#0BA36A (or 0x0BA36A) is known color: Jade. HEX triplet: 0B, A3 and 6A. RGB value is (11,163,106). Sum of RGB (Red+Green+Blue) = 11+163+106=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA36A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA36A is #F45C95. Grayscale: #6F6F6F. Windows color (decimal): -16014486 or 6988555. OLE color: 6988555.

HSL color Cylindrical-coordinate representation of color #0BA36A: hue angle of 157.5º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA36A is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 11 163 106 -
CMYK 0.93 0 0.35 0.36
HSL 157.5º 0.87% 0.34% -
HSV(B) 157.5º 0.93% 0.64% -
XYZ 15.84 27.31 18.07 -
YUV 111.05 125.14 56.63 -
System Red Green Blue C M Y K H S L
Decimal 11 163 106 0.93 0 0.35 0.36 157.5 0.87 0.34
Hex B A3 6A 5D 0 23 24 9E 57 22
Octal 13 243 152 135 0 43 44 236 127 42
Binary 1011 10100011 1101010 1011101 0 100011 100100 10011110 1010111 100010

Color Harmonies of #0BA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA36A

Black with #0BA36A

Text Example


Text Example

White with #0BA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,163,106); }

 H1.HeaderClassName
 {
   color: #0BA36A;
 }
 .AnyTagClassName
 {
   color: #0BA36A;
 }
</style>

background-color css

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

 a { background-color: rgb(11,163,106); }

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

border-color css

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

 span { border-color: rgb(11,163,106); }

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