Html Css Color HEX #0BA96C Jade

📋 copy color: '#0BA96C'

red 11 ◦ green 169 ◦ blue 108

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

Shades of Jade #0BA96C

Tints of Jade #0BA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 58.68%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 3.82%
G = 58.68%
B = 37.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#0BA96C (or 0x0BA96C) is known color: Jade. HEX triplet: 0B, A9 and 6C. RGB value is (11,169,108). Sum of RGB (Red+Green+Blue) = 11+169+108=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA96C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA96C is #F45693. Grayscale: #727272. Windows color (decimal): -16012948 or 7121163. OLE color: 7121163.

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

Color convert

RGB 11 169 108 -
CMYK 0.93 0 0.36 0.34
HSL 156.84º 0.88% 0.35% -
HSV(B) 156.84º 0.93% 0.66% -
XYZ 17.03 29.53 18.99 -
YUV 114.8 124.15 53.96 -
System Red Green Blue C M Y K H S L
Decimal 11 169 108 0.93 0 0.36 0.34 156.84 0.88 0.35
Hex B A9 6C 5D 0 24 22 9D 58 23
Octal 13 251 154 135 0 44 42 235 130 43
Binary 1011 10101001 1101100 1011101 0 100100 100010 10011101 1011000 100011

Color Harmonies of #0BA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA96C

Black with #0BA96C

Text Example


Text Example

White with #0BA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,169,108); }

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

background-color css

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

 a { background-color: rgb(11,169,108); }

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

border-color css

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

 span { border-color: rgb(11,169,108); }

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