Html Css Color HEX #0BC06F Jade

📋 copy color: '#0BC06F'

red 11 ◦ green 192 ◦ blue 111

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

Shades of Jade #0BC06F

Tints of Jade #0BC06F

RGB

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

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

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

R = 3.5%
G = 61.15%
B = 35.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#0BC06F (or 0x0BC06F) is known color: Jade. HEX triplet: 0B, C0 and 6F. RGB value is (11,192,111). Sum of RGB (Red+Green+Blue) = 11+192+111=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC06F is #F43F90. Grayscale: #808080. Windows color (decimal): -16007057 or 7323659. OLE color: 7323659.

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

Color convert

RGB 11 192 111 -
CMYK 0.94 0 0.42 0.25
HSL 153.15º 0.89% 0.4% -
HSV(B) 153.15º 0.94% 0.75% -
XYZ 21.86 38.92 21.4 -
YUV 128.65 118.03 44.09 -
System Red Green Blue C M Y K H S L
Decimal 11 192 111 0.94 0 0.42 0.25 153.15 0.89 0.4
Hex B C0 6F 5E 0 2A 19 99 59 28
Octal 13 300 157 136 0 52 31 231 131 50
Binary 1011 11000000 1101111 1011110 0 101010 11001 10011001 1011001 101000

Color Harmonies of #0BC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC06F

Black with #0BC06F

Text Example


Text Example

White with #0BC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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