Html Css Color HEX #0BC16D Jade

📋 copy color: '#0BC16D'

red 11 ◦ green 193 ◦ blue 109

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

Shades of Jade #0BC16D

Tints of Jade #0BC16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 3.51%
G = 61.66%
B = 34.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0BC16D (or 0x0BC16D) is known color: Jade. HEX triplet: 0B, C1 and 6D. RGB value is (11,193,109). Sum of RGB (Red+Green+Blue) = 11+193+109=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC16D is #F43E92. Grayscale: #818181. Windows color (decimal): -16006803 or 7192843. OLE color: 7192843.

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

Color convert

RGB 11 193 109 -
CMYK 0.94 0 0.44 0.24
HSL 152.31º 0.89% 0.4% -
HSV(B) 152.31º 0.94% 0.76% -
XYZ 21.97 39.32 20.9 -
YUV 129.01 116.7 43.83 -
System Red Green Blue C M Y K H S L
Decimal 11 193 109 0.94 0 0.44 0.24 152.31 0.89 0.4
Hex B C1 6D 5E 0 2C 18 98 59 28
Octal 13 301 155 136 0 54 30 230 131 50
Binary 1011 11000001 1101101 1011110 0 101100 11000 10011000 1011001 101000

Color Harmonies of #0BC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC16D

Black with #0BC16D

Text Example


Text Example

White with #0BC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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