Html Css Color HEX #0BBE6C Jade

📋 copy color: '#0BBE6C'

red 11 ◦ green 190 ◦ blue 108

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

Shades of Jade #0BBE6C

Tints of Jade #0BBE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.49%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 3.56%
G = 61.49%
B = 34.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#0BBE6C (or 0x0BBE6C) is known color: Jade. HEX triplet: 0B, BE and 6C. RGB value is (11,190,108). Sum of RGB (Red+Green+Blue) = 11+190+108=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBE6C is #F44193. Grayscale: #7F7F7F. Windows color (decimal): -16007572 or 7126539. OLE color: 7126539.

HSL color Cylindrical-coordinate representation of color #0BBE6C: hue angle of 152.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE6C is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 190 108 -
CMYK 0.94 0 0.43 0.25
HSL 152.51º 0.89% 0.39% -
HSV(B) 152.51º 0.94% 0.75% -
XYZ 21.26 37.98 20.4 -
YUV 127.13 117.2 45.17 -
System Red Green Blue C M Y K H S L
Decimal 11 190 108 0.94 0 0.43 0.25 152.51 0.89 0.39
Hex B BE 6C 5E 0 2B 19 99 59 27
Octal 13 276 154 136 0 53 31 231 131 47
Binary 1011 10111110 1101100 1011110 0 101011 11001 10011001 1011001 100111

Color Harmonies of #0BBE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE6C

Black with #0BBE6C

Text Example


Text Example

White with #0BBE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,108); }

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

background-color css

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

 a { background-color: rgb(11,190,108); }

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

border-color css

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

 span { border-color: rgb(11,190,108); }

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