Html Css Color HEX #0BBA72 Jade

📋 copy color: '#0BBA72'

red 11 ◦ green 186 ◦ blue 114

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

Shades of Jade #0BBA72

Tints of Jade #0BBA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.81%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 3.54%
G = 59.81%
B = 36.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#0BBA72 (or 0x0BBA72) is known color: Jade. HEX triplet: 0B, BA and 72. RGB value is (11,186,114). Sum of RGB (Red+Green+Blue) = 11+186+114=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA72 is #F4458D. Grayscale: #7D7D7D. Windows color (decimal): -16008590 or 7518731. OLE color: 7518731.

HSL color Cylindrical-coordinate representation of color #0BBA72: hue angle of 155.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA72 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 114 -
CMYK 0.94 0 0.39 0.27
HSL 155.31º 0.89% 0.39% -
HSV(B) 155.31º 0.94% 0.73% -
XYZ 20.73 36.4 21.85 -
YUV 125.47 121.52 46.35 -
System Red Green Blue C M Y K H S L
Decimal 11 186 114 0.94 0 0.39 0.27 155.31 0.89 0.39
Hex B BA 72 5E 0 27 1B 9B 59 27
Octal 13 272 162 136 0 47 33 233 131 47
Binary 1011 10111010 1110010 1011110 0 100111 11011 10011011 1011001 100111

Color Harmonies of #0BBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA72

Black with #0BBA72

Text Example


Text Example

White with #0BBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,186,114); }

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

background-color css

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

 a { background-color: rgb(11,186,114); }

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

border-color css

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

 span { border-color: rgb(11,186,114); }

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