#0bb141

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

Shades of Dark Pastel Green #0BB141

Tints of Dark Pastel Green #0BB141

Color information

#0BB141 (or 0x0BB141) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B1 and 41. RGB value is (11,177,65). Sum of RGB (Red+Green+Blue) = 11+177+65=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB141 is #F44EBE. Grayscale: #727272. Windows color (decimal): -16010943 or 4305163. OLE color: 4305163.

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

Color convert

RGB1117765-
CMYK0.9400.630.31
HSL139.52º88.3%36.86%-
HSV(B)139.52º93.79%69.41%-
XYZ16.8131.910.27-
YUV114.610054.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 177 (69.53% from 255) = 69.96%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=4.35%
G=69.96%
B=25.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11177650.9400.630.31139.5288.336.86
HexBB1415E03F1F8c5825
Octal132611011360773721413045
Binary10111011000110000011011110011111111111100011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bb141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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