#0BAB25

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

Shades of Dark Pastel Green #0BAB25

Tints of Dark Pastel Green #0BAB25

Color information

#0BAB25 (or 0x0BAB25) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AB and 25. RGB value is (11,171,37). Sum of RGB (Red+Green+Blue) = 11+171+37=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB25 is #F454DA. Grayscale: #6C6C6C. Windows color (decimal): -16012507 or 2468619. OLE color: 2468619.

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

Color convert

RGB1117137-
CMYK0.9400.780.33
HSL129.75º87.91%35.69%-
HSV(B)129.75º93.57%67.06%-
XYZ15.0329.336.62-
YUV107.8887.9958.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 171 (67.19% from 255) = 78.08%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=5.02%
G=78.08%
B=16.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11171370.9400.780.33129.7587.9135.69
HexBAB255E04E21825824
Octal132534513601164120213044
Binary101110101011100101101111001001110100001100000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,171,37); }

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

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

 a { background-color: rgb(11,171,37); }

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

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

 span { border-color: rgb(11,171,37); }

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