Html Css Color HEX #0BA771 Jade

📋 copy color: '#0BA771'

red 11 ◦ green 167 ◦ blue 113

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

Shades of Jade #0BA771

Tints of Jade #0BA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 57.39%

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

R = 3.78%
G = 57.39%
B = 38.83%

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

#0BA771 (or 0x0BA771) is known color: Jade. HEX triplet: 0B, A7 and 71. RGB value is (11,167,113). Sum of RGB (Red+Green+Blue) = 11+167+113=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA771 is #F4588E. Grayscale: #727272. Windows color (decimal): -16013455 or 7448331. OLE color: 7448331.

HSL color Cylindrical-coordinate representation of color #0BA771: hue angle of 159.23º 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 #0BA771 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 167 113 -
CMYK 0.93 0 0.32 0.35
HSL 159.23º 0.88% 0.35% -
HSV(B) 159.23º 0.93% 0.65% -
XYZ 16.94 28.9 20.31 -
YUV 114.2 127.32 54.39 -
System Red Green Blue C M Y K H S L
Decimal 11 167 113 0.93 0 0.32 0.35 159.23 0.88 0.35
Hex B A7 71 5D 0 20 23 9F 58 23
Octal 13 247 161 135 0 40 43 237 130 43
Binary 1011 10100111 1110001 1011101 0 100000 100011 10011111 1011000 100011

Color Harmonies of #0BA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA771

Black with #0BA771

Text Example


Text Example

White with #0BA771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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