Html Css Color HEX #0BC068 Jade

📋 copy color: '#0BC068'

red 11 ◦ green 192 ◦ blue 104

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

Shades of Jade #0BC068

Tints of Jade #0BC068

RGB

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

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

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

R = 3.58%
G = 62.54%
B = 33.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#0BC068 (or 0x0BC068) is known color: Jade. HEX triplet: 0B, C0 and 68. RGB value is (11,192,104). Sum of RGB (Red+Green+Blue) = 11+192+104=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC068 is #F43F97. Grayscale: #808080. Windows color (decimal): -16007064 or 6864907. OLE color: 6864907.

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

Color convert

RGB 11 192 104 -
CMYK 0.94 0 0.46 0.25
HSL 150.83º 0.89% 0.4% -
HSV(B) 150.83º 0.94% 0.75% -
XYZ 21.49 38.77 19.45 -
YUV 127.85 114.53 44.66 -
System Red Green Blue C M Y K H S L
Decimal 11 192 104 0.94 0 0.46 0.25 150.83 0.89 0.4
Hex B C0 68 5E 0 2E 19 97 59 28
Octal 13 300 150 136 0 56 31 227 131 50
Binary 1011 11000000 1101000 1011110 0 101110 11001 10010111 1011001 101000

Color Harmonies of #0BC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC068

Black with #0BC068

Text Example


Text Example

White with #0BC068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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