Html Css Color HEX #0BC069 Jade

📋 copy color: '#0BC069'

red 11 ◦ green 192 ◦ blue 105

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

Shades of Jade #0BC069

Tints of Jade #0BC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 3.57%
G = 62.34%
B = 34.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#0BC069 (or 0x0BC069) is known color: Jade. HEX triplet: 0B, C0 and 69. RGB value is (11,192,105). Sum of RGB (Red+Green+Blue) = 11+192+105=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC069 is #F43F96. Grayscale: #808080. Windows color (decimal): -16007063 or 6930443. OLE color: 6930443.

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

Color convert

RGB 11 192 105 -
CMYK 0.94 0 0.45 0.25
HSL 151.16º 0.89% 0.4% -
HSV(B) 151.16º 0.94% 0.75% -
XYZ 21.54 38.79 19.72 -
YUV 127.96 115.03 44.57 -
System Red Green Blue C M Y K H S L
Decimal 11 192 105 0.94 0 0.45 0.25 151.16 0.89 0.4
Hex B C0 69 5E 0 2D 19 97 59 28
Octal 13 300 151 136 0 55 31 227 131 50
Binary 1011 11000000 1101001 1011110 0 101101 11001 10010111 1011001 101000

Color Harmonies of #0BC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC069

Black with #0BC069

Text Example


Text Example

White with #0BC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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