Html Css Color HEX #0BB36D Jade

📋 copy color: '#0BB36D'

red 11 ◦ green 179 ◦ blue 109

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

Shades of Jade #0BB36D

Tints of Jade #0BB36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 3.68%
G = 59.87%
B = 36.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#0BB36D (or 0x0BB36D) is known color: Jade. HEX triplet: 0B, B3 and 6D. RGB value is (11,179,109). Sum of RGB (Red+Green+Blue) = 11+179+109=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB36D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB36D is #F44C92. Grayscale: #787878. Windows color (decimal): -16010387 or 7189259. OLE color: 7189259.

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

Color convert

RGB 11 179 109 -
CMYK 0.94 0 0.39 0.30
HSL 155º 0.88% 0.37% -
HSV(B) 155º 0.94% 0.7% -
XYZ 19.02 33.42 19.92 -
YUV 120.79 121.34 49.69 -
System Red Green Blue C M Y K H S L
Decimal 11 179 109 0.94 0 0.39 0.30 155 0.88 0.37
Hex B B3 6D 5E 0 27 1E 9B 58 25
Octal 13 263 155 136 0 47 36 233 130 45
Binary 1011 10110011 1101101 1011110 0 100111 11110 10011011 1011000 100101

Color Harmonies of #0BB36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB36D

Black with #0BB36D

Text Example


Text Example

White with #0BB36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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