#0BB13A

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

Shades of Dark Pastel Green #0BB13A

Tints of Dark Pastel Green #0BB13A

Color information

#0BB13A (or 0x0BB13A) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B1 and 3A. RGB value is (11,177,58). Sum of RGB (Red+Green+Blue) = 11+177+58=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 177 (69.53% from 255 or 71.95% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB13A is #F44EC5. Grayscale: #727272. Windows color (decimal): -16010950 or 3846411. OLE color: 3846411.

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

Color convert

RGB1117758-
CMYK0.9400.670.31
HSL136.99º88.3%36.86%-
HSV(B)136.99º93.79%69.41%-
XYZ16.6231.829.27-
YUV113.896.554.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 177 (69.53% from 255) = 71.95%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=4.47%
G=71.95%
B=23.58%

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
Decimal11177580.9400.670.31136.9988.336.86
HexBB13A5E0431F895825
Octal132617213601033721113045
Binary10111011000111101010111100100001111111100010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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