Html Css Color HEX #0BC061 Jade

📋 copy color: '#0BC061'

red 11 ◦ green 192 ◦ blue 97

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

Shades of Jade #0BC061

Tints of Jade #0BC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 3.67%
G = 64%
B = 32.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#0BC061 (or 0x0BC061) is known color: Jade. HEX triplet: 0B, C0 and 61. RGB value is (11,192,97). Sum of RGB (Red+Green+Blue) = 11+192+97=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC061 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC061 is #F43F9E. Grayscale: #7F7F7F. Windows color (decimal): -16007071 or 6406155. OLE color: 6406155.

HSL color Cylindrical-coordinate representation of color #0BC061: hue angle of 148.51º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC061 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 192 97 -
CMYK 0.94 0 0.49 0.25
HSL 148.51º 0.89% 0.4% -
HSV(B) 148.51º 0.94% 0.75% -
XYZ 21.15 38.63 17.65 -
YUV 127.05 111.03 45.22 -
System Red Green Blue C M Y K H S L
Decimal 11 192 97 0.94 0 0.49 0.25 148.51 0.89 0.4
Hex B C0 61 5E 0 31 19 95 59 28
Octal 13 300 141 136 0 61 31 225 131 50
Binary 1011 11000000 1100001 1011110 0 110001 11001 10010101 1011001 101000

Color Harmonies of #0BC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC061

Black with #0BC061

Text Example


Text Example

White with #0BC061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,192,97); }

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

background-color css

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

 a { background-color: rgb(11,192,97); }

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

border-color css

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

 span { border-color: rgb(11,192,97); }

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