#0BAD2E

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

Shades of Dark Pastel Green #0BAD2E

Tints of Dark Pastel Green #0BAD2E

Color information

#0BAD2E (or 0x0BAD2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AD and 2E. RGB value is (11,173,46). Sum of RGB (Red+Green+Blue) = 11+173+46=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 173 (67.97% from 255 or 75.22% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAD2E is #F452D1. Grayscale: #6E6E6E. Windows color (decimal): -16011986 or 3058955. OLE color: 3058955.

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

Color convert

RGB1117346-
CMYK0.9400.730.32
HSL132.96º88.04%36.08%-
HSV(B)132.96º93.64%67.84%-
XYZ15.5730.167.58-
YUV110.0891.8357.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 173 (67.97% from 255) = 75.22%
BLUE value IS 46 (18.36% from 255) = 20%
R=4.78%
G=75.22%
B=20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11173460.9400.730.32132.9688.0436.08
HexBAD2E5E04920855824
Octal132555613601114020513044
Binary101110101101101110101111001001001100000100001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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