Html Css Color HEX #0BA671 Jade

📋 copy color: '#0BA671'

red 11 ◦ green 166 ◦ blue 113

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

Shades of Jade #0BA671

Tints of Jade #0BA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.24%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 3.79%
G = 57.24%
B = 38.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#0BA671 (or 0x0BA671) is known color: Jade. HEX triplet: 0B, A6 and 71. RGB value is (11,166,113). Sum of RGB (Red+Green+Blue) = 11+166+113=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA671 is #F4598E. Grayscale: #717171. Windows color (decimal): -16013711 or 7448075. OLE color: 7448075.

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

Color convert

RGB 11 166 113 -
CMYK 0.93 0 0.32 0.35
HSL 159.48º 0.88% 0.35% -
HSV(B) 159.48º 0.93% 0.65% -
XYZ 16.75 28.54 20.25 -
YUV 113.61 127.65 54.81 -
System Red Green Blue C M Y K H S L
Decimal 11 166 113 0.93 0 0.32 0.35 159.48 0.88 0.35
Hex B A6 71 5D 0 20 23 9F 58 23
Octal 13 246 161 135 0 40 43 237 130 43
Binary 1011 10100110 1110001 1011101 0 100000 100011 10011111 1011000 100011

Color Harmonies of #0BA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA671

Black with #0BA671

Text Example


Text Example

White with #0BA671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,166,113); }

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

background-color css

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

 a { background-color: rgb(11,166,113); }

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

border-color css

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

 span { border-color: rgb(11,166,113); }

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