Html Css Color HEX #0BC66C Jade

📋 copy color: '#0BC66C'

red 11 ◦ green 198 ◦ blue 108

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

Shades of Jade #0BC66C

Tints of Jade #0BC66C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.46%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 3.47%
G = 62.46%
B = 34.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#0BC66C (or 0x0BC66C) is known color: Jade. HEX triplet: 0B, C6 and 6C. RGB value is (11,198,108). Sum of RGB (Red+Green+Blue) = 11+198+108=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC66C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC66C is #F43993. Grayscale: #848484. Windows color (decimal): -16005524 or 7128587. OLE color: 7128587.

HSL color Cylindrical-coordinate representation of color #0BC66C: hue angle of 151.12º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC66C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 198 108 -
CMYK 0.94 0 0.45 0.22
HSL 151.12º 0.89% 0.41% -
HSV(B) 151.12º 0.94% 0.78% -
XYZ 23.04 41.54 20.99 -
YUV 131.83 114.55 41.82 -
System Red Green Blue C M Y K H S L
Decimal 11 198 108 0.94 0 0.45 0.22 151.12 0.89 0.41
Hex B C6 6C 5E 0 2D 16 97 59 29
Octal 13 306 154 136 0 55 26 227 131 51
Binary 1011 11000110 1101100 1011110 0 101101 10110 10010111 1011001 101001

Color Harmonies of #0BC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC66C

Black with #0BC66C

Text Example


Text Example

White with #0BC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,198,108); }

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

background-color css

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

 a { background-color: rgb(11,198,108); }

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

border-color css

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

 span { border-color: rgb(11,198,108); }

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