Html Css Color HEX #0BC16F Jade

📋 copy color: '#0BC16F'

red 11 ◦ green 193 ◦ blue 111

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

Shades of Jade #0BC16F

Tints of Jade #0BC16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 3.49%
G = 61.27%
B = 35.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#0BC16F (or 0x0BC16F) is known color: Jade. HEX triplet: 0B, C1 and 6F. RGB value is (11,193,111). Sum of RGB (Red+Green+Blue) = 11+193+111=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC16F is #F43E90. Grayscale: #818181. Windows color (decimal): -16006801 or 7323915. OLE color: 7323915.

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

Color convert

RGB 11 193 111 -
CMYK 0.94 0 0.42 0.24
HSL 152.97º 0.89% 0.4% -
HSV(B) 152.97º 0.94% 0.76% -
XYZ 22.08 39.36 21.47 -
YUV 129.23 117.7 43.67 -
System Red Green Blue C M Y K H S L
Decimal 11 193 111 0.94 0 0.42 0.24 152.97 0.89 0.4
Hex B C1 6F 5E 0 2A 18 99 59 28
Octal 13 301 157 136 0 52 30 231 131 50
Binary 1011 11000001 1101111 1011110 0 101010 11000 10011001 1011001 101000

Color Harmonies of #0BC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC16F

Black with #0BC16F

Text Example


Text Example

White with #0BC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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