#0BAD39

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

Shades of Dark Pastel Green #0BAD39

Tints of Dark Pastel Green #0BAD39

Color information

#0BAD39 (or 0x0BAD39) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AD and 39. RGB value is (11,173,57). Sum of RGB (Red+Green+Blue) = 11+173+57=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAD39 is #F452C6. Grayscale: #6F6F6F. Windows color (decimal): -16011975 or 3779851. OLE color: 3779851.

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

Color convert

RGB1117357-
CMYK0.9400.670.32
HSL137.04º88.04%36.08%-
HSV(B)137.04º93.64%67.84%-
XYZ15.8230.258.88-
YUV111.3497.3356.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 173 (67.97% from 255) = 71.78%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=4.56%
G=71.78%
B=23.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11173570.9400.670.32137.0488.0436.08
HexBAD395E04320895824
Octal132557113601034021113044
Binary101110101101111001101111001000011100000100010011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,173,57); }

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

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

 a { background-color: rgb(11,173,57); }

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

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

 span { border-color: rgb(11,173,57); }

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