Html Css Color HEX #0BC26F Jade

📋 copy color: '#0BC26F'

red 11 ◦ green 194 ◦ blue 111

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

Shades of Jade #0BC26F

Tints of Jade #0BC26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.39%

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

R = 3.48%
G = 61.39%
B = 35.13%

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

#0BC26F (or 0x0BC26F) is known color: Jade. HEX triplet: 0B, C2 and 6F. RGB value is (11,194,111). Sum of RGB (Red+Green+Blue) = 11+194+111=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC26F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC26F is #F43D90. Grayscale: #818181. Windows color (decimal): -16006545 or 7324171. OLE color: 7324171.

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

Color convert

RGB 11 194 111 -
CMYK 0.94 0 0.43 0.24
HSL 152.79º 0.89% 0.4% -
HSV(B) 152.79º 0.94% 0.76% -
XYZ 22.3 39.8 21.55 -
YUV 129.82 117.37 43.25 -
System Red Green Blue C M Y K H S L
Decimal 11 194 111 0.94 0 0.43 0.24 152.79 0.89 0.4
Hex B C2 6F 5E 0 2B 18 99 59 28
Octal 13 302 157 136 0 53 30 231 131 50
Binary 1011 11000010 1101111 1011110 0 101011 11000 10011001 1011001 101000

Color Harmonies of #0BC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC26F

Black with #0BC26F

Text Example


Text Example

White with #0BC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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