Html Css Color HEX #0BBC5F Jade

📋 copy color: '#0BBC5F'

red 11 ◦ green 188 ◦ blue 95

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

Shades of Jade #0BBC5F

Tints of Jade #0BBC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.95%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 3.74%
G = 63.95%
B = 32.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#0BBC5F (or 0x0BBC5F) is known color: Jade. HEX triplet: 0B, BC and 5F. RGB value is (11,188,95). Sum of RGB (Red+Green+Blue) = 11+188+95=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC5F is #F443A0. Grayscale: #7C7C7C. Windows color (decimal): -16008097 or 6274059. OLE color: 6274059.

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

Color convert

RGB 11 188 95 -
CMYK 0.94 0 0.49 0.26
HSL 148.47º 0.89% 0.39% -
HSV(B) 148.47º 0.94% 0.74% -
XYZ 20.19 36.86 16.88 -
YUV 124.48 111.36 47.06 -
System Red Green Blue C M Y K H S L
Decimal 11 188 95 0.94 0 0.49 0.26 148.47 0.89 0.39
Hex B BC 5F 5E 0 31 1A 94 59 27
Octal 13 274 137 136 0 61 32 224 131 47
Binary 1011 10111100 1011111 1011110 0 110001 11010 10010100 1011001 100111

Color Harmonies of #0BBC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC5F

Black with #0BBC5F

Text Example


Text Example

White with #0BBC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,95); }

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

background-color css

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

 a { background-color: rgb(11,188,95); }

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

border-color css

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

 span { border-color: rgb(11,188,95); }

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