Html Css Color HEX #0BB368 Jade

📋 copy color: '#0BB368'

red 11 ◦ green 179 ◦ blue 104

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

Shades of Jade #0BB368

Tints of Jade #0BB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.88%

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

R = 3.74%
G = 60.88%
B = 35.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#0BB368 (or 0x0BB368) is known color: Jade. HEX triplet: 0B, B3 and 68. RGB value is (11,179,104). Sum of RGB (Red+Green+Blue) = 11+179+104=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB368 is #F44C97. Grayscale: #787878. Windows color (decimal): -16010392 or 6861579. OLE color: 6861579.

HSL color Cylindrical-coordinate representation of color #0BB368: hue angle of 153.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB368 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 179 104 -
CMYK 0.94 0 0.42 0.30
HSL 153.21º 0.88% 0.37% -
HSV(B) 153.21º 0.94% 0.7% -
XYZ 18.76 33.31 18.54 -
YUV 120.22 118.84 50.1 -
System Red Green Blue C M Y K H S L
Decimal 11 179 104 0.94 0 0.42 0.30 153.21 0.88 0.37
Hex B B3 68 5E 0 2A 1E 99 58 25
Octal 13 263 150 136 0 52 36 231 130 45
Binary 1011 10110011 1101000 1011110 0 101010 11110 10011001 1011000 100101

Color Harmonies of #0BB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB368

Black with #0BB368

Text Example


Text Example

White with #0BB368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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