Html Css Color HEX #0BB968 Jade

📋 copy color: '#0BB968'

red 11 ◦ green 185 ◦ blue 104

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

Shades of Jade #0BB968

Tints of Jade #0BB968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.67%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 3.67%
G = 61.67%
B = 34.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#0BB968 (or 0x0BB968) is known color: Jade. HEX triplet: 0B, B9 and 68. RGB value is (11,185,104). Sum of RGB (Red+Green+Blue) = 11+185+104=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB968 is #F44697. Grayscale: #7B7B7B. Windows color (decimal): -16008856 or 6863115. OLE color: 6863115.

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

Color convert

RGB 11 185 104 -
CMYK 0.94 0 0.44 0.27
HSL 152.07º 0.89% 0.38% -
HSV(B) 152.07º 0.94% 0.73% -
XYZ 19.99 35.77 18.95 -
YUV 123.74 116.85 47.59 -
System Red Green Blue C M Y K H S L
Decimal 11 185 104 0.94 0 0.44 0.27 152.07 0.89 0.38
Hex B B9 68 5E 0 2C 1B 98 59 26
Octal 13 271 150 136 0 54 33 230 131 46
Binary 1011 10111001 1101000 1011110 0 101100 11011 10011000 1011001 100110

Color Harmonies of #0BB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB968

Black with #0BB968

Text Example


Text Example

White with #0BB968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,185,104); }

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

background-color css

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

 a { background-color: rgb(11,185,104); }

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

border-color css

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

 span { border-color: rgb(11,185,104); }

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