Html Css Color HEX #0BC16E Jade

📋 copy color: '#0BC16E'

red 11 ◦ green 193 ◦ blue 110

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

Shades of Jade #0BC16E

Tints of Jade #0BC16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.46%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 3.5%
G = 61.46%
B = 35.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0BC16E (or 0x0BC16E) is known color: Jade. HEX triplet: 0B, C1 and 6E. RGB value is (11,193,110). Sum of RGB (Red+Green+Blue) = 11+193+110=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC16E is #F43E91. Grayscale: #818181. Windows color (decimal): -16006802 or 7258379. OLE color: 7258379.

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

Color convert

RGB 11 193 110 -
CMYK 0.94 0 0.43 0.24
HSL 152.64º 0.89% 0.4% -
HSV(B) 152.64º 0.94% 0.76% -
XYZ 22.02 39.34 21.18 -
YUV 129.12 117.2 43.75 -
System Red Green Blue C M Y K H S L
Decimal 11 193 110 0.94 0 0.43 0.24 152.64 0.89 0.4
Hex B C1 6E 5E 0 2B 18 99 59 28
Octal 13 301 156 136 0 53 30 231 131 50
Binary 1011 11000001 1101110 1011110 0 101011 11000 10011001 1011001 101000

Color Harmonies of #0BC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC16E

Black with #0BC16E

Text Example


Text Example

White with #0BC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,193,110); }

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

background-color css

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

 a { background-color: rgb(11,193,110); }

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

border-color css

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

 span { border-color: rgb(11,193,110); }

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