#0BB13B

Color #0BB13B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0BB13B

Tints of Dark Pastel Green #0BB13B

Color information

#0BB13B (or 0x0BB13B) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B1 and 3B. RGB value is (11,177,59). Sum of RGB (Red+Green+Blue) = 11+177+59=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB13B is #F44EC4. Grayscale: #727272. Windows color (decimal): -16010949 or 3911947. OLE color: 3911947.

HSL color Cylindrical-coordinate representation of color #0BB13B: hue angle of 137.35º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB13B is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1117759-
CMYK0.9400.670.31
HSL137.35º88.3%36.86%-
HSV(B)137.35º93.79%69.41%-
XYZ16.6531.839.4-
YUV113.919754.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 177 (69.53% from 255) = 71.66%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=4.45%
G=71.66%
B=23.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11177590.9400.670.31137.3588.336.86
HexBB13B5E0431F895825
Octal132617313601033721113045
Binary10111011000111101110111100100001111111100010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,177,59); }

 H1.HeaderClassName
 {
   color: #0BB13B;
 }
 .AnyTagClassName
 {
   color: #0BB13B;
 }
</style>
background-color css

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

 a { background-color: rgb(11,177,59); }

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

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

 span { border-color: rgb(11,177,59); }

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