Html Css Color HEX #0BB367 Jade

📋 copy color: '#0BB367'

red 11 ◦ green 179 ◦ blue 103

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

Shades of Jade #0BB367

Tints of Jade #0BB367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 3.75%
G = 61.09%
B = 35.15%

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

#0BB367 (or 0x0BB367) is known color: Jade. HEX triplet: 0B, B3 and 67. RGB value is (11,179,103). Sum of RGB (Red+Green+Blue) = 11+179+103=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB367 is #F44C98. Grayscale: #787878. Windows color (decimal): -16010393 or 6796043. OLE color: 6796043.

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

Color convert

RGB 11 179 103 -
CMYK 0.94 0 0.42 0.30
HSL 152.86º 0.88% 0.37% -
HSV(B) 152.86º 0.94% 0.7% -
XYZ 18.71 33.29 18.27 -
YUV 120.1 118.34 50.18 -
System Red Green Blue C M Y K H S L
Decimal 11 179 103 0.94 0 0.42 0.30 152.86 0.88 0.37
Hex B B3 67 5E 0 2A 1E 99 58 25
Octal 13 263 147 136 0 52 36 231 130 45
Binary 1011 10110011 1100111 1011110 0 101010 11110 10011001 1011000 100101

Color Harmonies of #0BB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB367

Black with #0BB367

Text Example


Text Example

White with #0BB367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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