Html Css Color HEX #0BBA60 Jade

📋 copy color: '#0BBA60'

red 11 ◦ green 186 ◦ blue 96

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

Shades of Jade #0BBA60

Tints of Jade #0BBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 3.75%
G = 63.48%
B = 32.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#0BBA60 (or 0x0BBA60) is known color: Jade. HEX triplet: 0B, BA and 60. RGB value is (11,186,96). Sum of RGB (Red+Green+Blue) = 11+186+96=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA60 is #F4459F. Grayscale: #7B7B7B. Windows color (decimal): -16008608 or 6339083. OLE color: 6339083.

HSL color Cylindrical-coordinate representation of color #0BBA60: hue angle of 149.14º 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 #0BBA60 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 96 -
CMYK 0.94 0 0.48 0.27
HSL 149.14º 0.89% 0.39% -
HSV(B) 149.14º 0.94% 0.73% -
XYZ 19.81 36.03 16.98 -
YUV 123.42 112.52 47.82 -
System Red Green Blue C M Y K H S L
Decimal 11 186 96 0.94 0 0.48 0.27 149.14 0.89 0.39
Hex B BA 60 5E 0 30 1B 95 59 27
Octal 13 272 140 136 0 60 33 225 131 47
Binary 1011 10111010 1100000 1011110 0 110000 11011 10010101 1011001 100111

Color Harmonies of #0BBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA60

Black with #0BBA60

Text Example


Text Example

White with #0BBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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