Html Css Color HEX #0BB369 Jade

📋 copy color: '#0BB369'

red 11 ◦ green 179 ◦ blue 105

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

Shades of Jade #0BB369

Tints of Jade #0BB369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 3.73%
G = 60.68%
B = 35.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#0BB369 (or 0x0BB369) is known color: Jade. HEX triplet: 0B, B3 and 69. RGB value is (11,179,105). Sum of RGB (Red+Green+Blue) = 11+179+105=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB369 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB369 is #F44C96. Grayscale: #787878. Windows color (decimal): -16010391 or 6927115. OLE color: 6927115.

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

Color convert

RGB 11 179 105 -
CMYK 0.94 0 0.41 0.30
HSL 153.57º 0.88% 0.37% -
HSV(B) 153.57º 0.94% 0.7% -
XYZ 18.81 33.33 18.81 -
YUV 120.33 119.34 50.02 -
System Red Green Blue C M Y K H S L
Decimal 11 179 105 0.94 0 0.41 0.30 153.57 0.88 0.37
Hex B B3 69 5E 0 29 1E 9A 58 25
Octal 13 263 151 136 0 51 36 232 130 45
Binary 1011 10110011 1101001 1011110 0 101001 11110 10011010 1011000 100101

Color Harmonies of #0BB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB369

Black with #0BB369

Text Example


Text Example

White with #0BB369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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